Searched refs:preempted (Results 1 – 20 of 20) sorted by relevance
26 /* task is preempted here... */30 require it otherwise. Second, when a preempted task is finally rescheduled,44 if the kernel is executing a floating-point instruction and is then preempted.
44 permitting a low priority process to be preempted involuntarily
71 <preempted> writer2 start72 <preempted> writer3 start77 This is very much like a writer being preempted by an interrupt and85 and can be preempted by a writer.283 preempted another write is committed, it only becomes a pending commit662 by the outermost writer (the writer that was preempted).
1054 interrupts but the task cannot be preempted and a higher
86 boosting of preempted RCU read-side critical sections. This is
131 Because some other task might have been preempted in the middle
233 vcpu->preempted = false; in kvm_vcpu_init()1930 if (!ACCESS_ONCE(vcpu->preempted)) in kvm_vcpu_on_spin()3277 if (vcpu->preempted) in kvm_sched_in()3278 vcpu->preempted = false; in kvm_sched_in()3291 vcpu->preempted = true; in kvm_sched_out()
151 Comment: 'raw' because updating the tsc offsets must not be preempted.
465 virtual interrupt sources are disabled, and the machine may still be preempted
828 uint64_t preempted:1; member842 uint64_t preempted:1;888 uint64_t preempted:1; member904 uint64_t preempted:1;
199 | preempted until _060_unlock_page(), so that the page stays mapped.
50 be preempted there.
82 picked and the current task is preempted.
95 task is descheduled / preempted);
269 bool preempted; member
49 C preempted by B285 respectively, and such that D runs first and A last. With D being preempted
635 be preempted. This invalid assumption may be more likely to fail
669 This option boosts the priority of preempted RCU readers that714 a given grace period before priority-boosting preempted RCU736 on the specified CPUs, but (1) the kthreads may be preempted
686 be preempted. This invalid assumption may be more likely to fail
883 vcpu->preempted = true; in kvm_s390_vcpu_wakeup()