Searched refs:PREEMPT_ENABLED (Results 1 – 3 of 3) sorted by relevance
14 #define PREEMPT_ENABLED (0 + PREEMPT_NEED_RESCHED) macro38 task_thread_info(p)->saved_preempt_count = PREEMPT_ENABLED; \39 per_cpu(__preempt_count, (cpu)) = PREEMPT_ENABLED; \
6 #define PREEMPT_ENABLED (0) macro31 task_thread_info(p)->preempt_count = PREEMPT_ENABLED; \
571 #define PREEMPT_DISABLED (1 + PREEMPT_ENABLED)573 #define PREEMPT_DISABLED PREEMPT_ENABLED