cregit-Linux how code gets into the kernel

Release 4.7 tools/lib/lockdep/uinclude/linux/compiler.h

#ifndef _LIBLOCKDEP_LINUX_COMPILER_H_

#define _LIBLOCKDEP_LINUX_COMPILER_H_


#define __used		__attribute__((__unused__))

#define unlikely

#define READ_ONCE(x) (x)

#define WRITE_ONCE(x, val) x=(val)

#define RCU_INIT_POINTER(p, v) p=(v)

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
sasha levinsasha levin3382.50%266.67%
alfredo alvarez fernandezalfredo alvarez fernandez717.50%133.33%
Total40100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}