cregit-Linux how code gets into the kernel

Release 4.10 tools/testing/radix-tree/linux/rcupdate.h

#ifndef _RCUPDATE_H

#define _RCUPDATE_H

#include <urcu.h>


#define rcu_dereference_raw(p) rcu_dereference(p)

#define rcu_dereference_protected(p, cond) rcu_dereference(p)

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
matthew wilcoxmatthew wilcox27100.00%1100.00%
Total27100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.