Home
last modified time | relevance | path

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

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