Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.15-rc4 9 lines 217 B view raw
1// SPDX-License-Identifier: GPL-2.0 2 3#include <linux/rbtree.h> 4 5void rust_helper_rb_link_node(struct rb_node *node, struct rb_node *parent, 6 struct rb_node **rb_link) 7{ 8 rb_link_node(node, parent, rb_link); 9}