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 v4.6 9 lines 180 B view raw
1#ifndef _RCUPDATE_H 2#define _RCUPDATE_H 3 4#include <urcu.h> 5 6#define rcu_dereference_raw(p) rcu_dereference(p) 7#define rcu_dereference_protected(p, cond) rcu_dereference(p) 8 9#endif