Searched refs:preempt_count_add (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dbottom_half.h13 preempt_count_add(cnt);
H A Dhardirq.h36 preempt_count_add(HARDIRQ_OFFSET); \
48 preempt_count_add(HARDIRQ_OFFSET); \
H A Dpreempt.h195 extern void preempt_count_add(int val);
200 #define preempt_count_add(val) __preempt_count_add(val) macro
208 #define preempt_count_inc() preempt_count_add(1)
/linux-master/kernel/sched/
H A Dcore.c5860 void preempt_count_add(int val) function
5879 EXPORT_SYMBOL(preempt_count_add); variable
5880 NOKPROBE_SYMBOL(preempt_count_add); variable
/linux-master/kernel/bpf/
H A Dverifier.c21041 BTF_ID(func, preempt_count_add)

Completed in 378 milliseconds