Searched refs:PREEMPT_ENABLED (Results 1 – 5 of 5) sorted by relevance
11 #define PREEMPT_ENABLED (0 + PREEMPT_NEED_RESCHED) macro33 S390_lowcore.preempt_count = PREEMPT_ENABLED; \77 #define PREEMPT_ENABLED (0) macro92 S390_lowcore.preempt_count = PREEMPT_ENABLED; \
7 #define PREEMPT_ENABLED (0) macro32 task_thread_info(p)->preempt_count = PREEMPT_ENABLED; \
15 #define PREEMPT_ENABLED (0 + PREEMPT_NEED_RESCHED) macro43 per_cpu(__preempt_count, (cpu)) = PREEMPT_ENABLED; \
59 #define PREEMPT_DISABLED (PREEMPT_DISABLE_OFFSET + PREEMPT_ENABLED)78 #define FORK_PREEMPT_COUNT (2*PREEMPT_DISABLE_OFFSET + PREEMPT_ENABLED)
830 preempt_count_set(PREEMPT_ENABLED); in do_exit()