Home
last modified time | relevance | path

Searched refs:preempt_count_inc (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/include/linux/
Dpreempt.h208 #define preempt_count_inc() preempt_count_add(1) macro
215 preempt_count_inc(); \
/linux-6.6.21/kernel/
Dstop_machine.c510 preempt_count_inc(); in cpu_stopper_thread()