Home
last modified time | relevance | path

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

/linux-4.19.296/include/asm-generic/
Dpreempt.h14 static __always_inline volatile int *preempt_count_ptr(void) in preempt_count_ptr() function
21 *preempt_count_ptr() = pc; in preempt_count_set()
54 *preempt_count_ptr() += val; in __preempt_count_add()
59 *preempt_count_ptr() -= val; in __preempt_count_sub()
69 return !--*preempt_count_ptr() && tif_need_resched(); in __preempt_count_dec_and_test()