Home
last modified time | relevance | path

Searched refs:preempted (Results 1 – 20 of 20) sorted by relevance

/linux-4.1.27/Documentation/
Dpreempt-locking.txt26 /* 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.
/linux-4.1.27/kernel/
DKconfig.preempt44 permitting a low priority process to be preempted involuntarily
/linux-4.1.27/Documentation/trace/
Dring-buffer-design.txt71 <preempted> writer2 start
72 <preempted> writer3 start
77 This is very much like a writer being preempted by an interrupt and
85 and can be preempted by a writer.
283 preempted another write is committed, it only becomes a pending commit
662 by the outermost writer (the writer that was preempted).
Dftrace.txt1054 interrupts but the task cannot be preempted and a higher
/linux-4.1.27/Documentation/RCU/
Drcu.txt86 boosting of preempted RCU read-side critical sections. This is
DUP.txt131 Because some other task might have been preempted in the middle
/linux-4.1.27/virt/kvm/
Dkvm_main.c233 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()
/linux-4.1.27/Documentation/virtual/kvm/
Dlocking.txt151 Comment: 'raw' because updating the tsc offsets must not be preempted.
Dtimekeeping.txt465 virtual interrupt sources are disabled, and the machine may still be preempted
/linux-4.1.27/arch/mips/include/asm/octeon/
Dcvmx-pko-defs.h828 uint64_t preempted:1; member
842 uint64_t preempted:1;
888 uint64_t preempted:1; member
904 uint64_t preempted:1;
/linux-4.1.27/arch/m68k/ifpsp060/
Diskeleton.S199 | preempted until _060_unlock_page(), so that the page stays mapped.
/linux-4.1.27/drivers/block/paride/
DTransition-notes50 be preempted there.
/linux-4.1.27/Documentation/scheduler/
Dsched-design-CFS.txt82 picked and the current task is preempted.
Dsched-deadline.txt95 task is descheduled / preempted);
/linux-4.1.27/include/linux/
Dkvm_host.h269 bool preempted; member
/linux-4.1.27/Documentation/locking/
Drt-mutex-design.txt49 C preempted by B
285 respectively, and such that D runs first and A last. With D being preempted
/linux-4.1.27/arch/arm64/
DKconfig635 be preempted. This invalid assumption may be more likely to fail
/linux-4.1.27/init/
DKconfig669 This option boosts the priority of preempted RCU readers that
714 a given grace period before priority-boosting preempted RCU
736 on the specified CPUs, but (1) the kthreads may be preempted
/linux-4.1.27/arch/arm/mm/
DKconfig686 be preempted. This invalid assumption may be more likely to fail
/linux-4.1.27/arch/s390/kvm/
Dinterrupt.c883 vcpu->preempted = true; in kvm_s390_vcpu_wakeup()