cregit-Linux how code gets into the kernel

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

/* SPDX-License-Identifier: GPL-2.0 */
#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 Wilcox2796.43%150.00%
Greg Kroah-Hartman13.57%150.00%
Total28100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.