Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dpreempt.h174 #define preempt_count_inc() preempt_count_add(1) macro
181 preempt_count_inc(); \
/Linux-v5.15/kernel/
Dstop_machine.c510 preempt_count_inc(); in cpu_stopper_thread()