Lines Matching refs:preempt
12 return READ_ONCE(current_thread_info()->preempt.count);
18 WRITE_ONCE(current_thread_info()->preempt.count, pc);
31 current_thread_info()->preempt.need_resched = 0;
36 current_thread_info()->preempt.need_resched = 1;
41 return !current_thread_info()->preempt.need_resched;
46 u32 pc = READ_ONCE(current_thread_info()->preempt.count);
48 WRITE_ONCE(current_thread_info()->preempt.count, pc);
53 u32 pc = READ_ONCE(current_thread_info()->preempt.count);
55 WRITE_ONCE(current_thread_info()->preempt.count, pc);
64 WRITE_ONCE(ti->preempt.count, --pc);