Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dpreempt.h164 #define preempt_count_inc() preempt_count_add(1) macro
171 preempt_count_inc(); \
/Linux-v5.10/kernel/
Dstop_machine.c490 preempt_count_inc(); in cpu_stopper_thread()