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

/linux-master/include/asm-generic/
H A Dpreempt.h14 static __always_inline volatile int *preempt_count_ptr(void) function
21 *preempt_count_ptr() = pc;
54 *preempt_count_ptr() += val;
59 *preempt_count_ptr() -= val;
69 return !--*preempt_count_ptr() && tif_need_resched();

Completed in 82 milliseconds