git.codelabs.ch
/
muen
/
linux.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
65c04c226965d9a0816f889103f42a24957f3fc8
[muen/linux.git]
/
tools
/
testing
/
radix-tree
/
linux
/
preempt.h
1
extern int preempt_count;
2
3
#define preempt_disable() uatomic_inc(&preempt_count)
4
#define preempt_enable() uatomic_dec(&preempt_count)