PREEMPT_NEED_RESCHED   14 arch/x86/include/asm/preempt.h #define PREEMPT_ENABLED	(0 + PREEMPT_NEED_RESCHED)
PREEMPT_NEED_RESCHED   22 arch/x86/include/asm/preempt.h 	return raw_cpu_read_4(__preempt_count) & ~PREEMPT_NEED_RESCHED;
PREEMPT_NEED_RESCHED   34 arch/x86/include/asm/preempt.h 	(task_thread_info(p)->saved_preempt_count & ~PREEMPT_NEED_RESCHED)
PREEMPT_NEED_RESCHED   56 arch/x86/include/asm/preempt.h 	raw_cpu_and_4(__preempt_count, ~PREEMPT_NEED_RESCHED);
PREEMPT_NEED_RESCHED   61 arch/x86/include/asm/preempt.h 	raw_cpu_or_4(__preempt_count, PREEMPT_NEED_RESCHED);
PREEMPT_NEED_RESCHED   66 arch/x86/include/asm/preempt.h 	return !(raw_cpu_read_4(__preempt_count) & PREEMPT_NEED_RESCHED);
PREEMPT_NEED_RESCHED   27 include/asm-generic/preempt.h 	(task_thread_info(p)->preempt_count & ~PREEMPT_NEED_RESCHED)