Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/arch/arc/kernel/
Dentry-arcv2.S186 ; Exception in U mode, preempted in kernel, Intr taken (K mode), orig
213 ; entry was via Exception in DS which got preempted in kernel).
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_cmdbuf.c51 struct list_head preempted; member
318 INIT_LIST_HEAD(&ctx->preempted); in vmw_cmdbuf_ctx_init()
396 list_add(&entry->list, &ctx->preempted); in vmw_cmdbuf_ctx_process()
546 (check_preempted && !list_empty(&ctx->preempted))) in vmw_cmdbuf_man_idle()
/linux-4.4.14/kernel/
DKconfig.preempt44 permitting a low priority process to be preempted involuntarily
/linux-4.4.14/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.txt1067 interrupts but the task cannot be preempted and a higher
/linux-4.4.14/arch/mips/kernel/
Dunaligned.c888 unsigned int res, preempted; in emulate_load_store_insn() local
1239 preempted = test_thread_flag(TIF_USEDMSA); in emulate_load_store_insn()
1255 preempted = 0; in emulate_load_store_insn()
1258 } while (preempted); in emulate_load_store_insn()
/linux-4.4.14/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.4.14/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.4.14/virt/kvm/
Dkvm_main.c245 vcpu->preempted = false; in kvm_vcpu_init()
2173 if (!ACCESS_ONCE(vcpu->preempted)) in kvm_vcpu_on_spin()
3510 if (vcpu->preempted) in kvm_sched_in()
3511 vcpu->preempted = false; in kvm_sched_in()
3524 vcpu->preempted = true; in kvm_sched_out()
/linux-4.4.14/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.4.14/arch/m68k/ifpsp060/
Diskeleton.S199 | preempted until _060_unlock_page(), so that the page stays mapped.
/linux-4.4.14/drivers/block/paride/
DTransition-notes50 be preempted there.
/linux-4.4.14/Documentation/scheduler/
Dsched-design-CFS.txt82 picked and the current task is preempted.
Dsched-deadline.txt99 task is descheduled / preempted);
/linux-4.4.14/include/linux/
Dkvm_host.h283 bool preempted; member
/linux-4.4.14/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.4.14/init/
DKconfig646 This option boosts the priority of preempted RCU readers that
692 a given grace period before priority-boosting preempted RCU
715 on the specified CPUs, but (1) the kthreads may be preempted
/linux-4.4.14/arch/arm64/
DKconfig616 be preempted. This invalid assumption may be more likely to fail
/linux-4.4.14/arch/arm/mm/
DKconfig702 be preempted. This invalid assumption may be more likely to fail
/linux-4.4.14/arch/s390/kvm/
Dinterrupt.c876 vcpu->preempted = true; in kvm_s390_vcpu_wakeup()
/linux-4.4.14/arch/x86/kvm/
Dvmx.c2106 if (vcpu->preempted) in vmx_vcpu_pi_put()