Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.7 8 lines 272 B view raw
1#include <linux/lockdep.h> 2 3/* Trivial API wrappers, we don't (yet) have RCU in user-space: */ 4#define hlist_for_each_entry_rcu hlist_for_each_entry 5#define hlist_add_head_rcu hlist_add_head 6#define hlist_del_rcu hlist_del 7 8#include "../../../kernel/locking/lockdep.c"