cregit-Linux how code gets into the kernel

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

#ifndef __LINUX_PREEMPT_H

#define __LINUX_PREEMPT_H

extern int preempt_count;


#define preempt_disable()	uatomic_inc(&preempt_count)

#define preempt_enable()	uatomic_dec(&preempt_count)


static inline int in_interrupt(void) { return 0; }

Contributors

PersonTokensPropCommitsCommitProp
Matthew Wilcox12100.00%1100.00%
Total12100.00%1100.00%

#endif /* __LINUX_PREEMPT_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Matthew Wilcox35100.00%3100.00%
Total35100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.