cregit-Linux how code gets into the kernel

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

extern int preempt_count;


#define preempt_disable()	uatomic_inc(&preempt_count)

#define preempt_enable()	uatomic_dec(&preempt_count)

Overall Contributors

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