Lines Matching refs:preempt
13 return READ_ONCE(current_thread_info()->preempt.count);
19 WRITE_ONCE(current_thread_info()->preempt.count, pc);
32 current_thread_info()->preempt.need_resched = 0;
37 current_thread_info()->preempt.need_resched = 1;
42 return !current_thread_info()->preempt.need_resched;
47 u32 pc = READ_ONCE(current_thread_info()->preempt.count);
49 WRITE_ONCE(current_thread_info()->preempt.count, pc);
54 u32 pc = READ_ONCE(current_thread_info()->preempt.count);
56 WRITE_ONCE(current_thread_info()->preempt.count, pc);
65 WRITE_ONCE(ti->preempt.count, --pc);