/linux-4.4.14/Documentation/ |
D | preempt-locking.txt | 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.
|
/linux-4.4.14/arch/arc/kernel/ |
D | entry-arcv2.S | 186 ; 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/ |
D | vmwgfx_cmdbuf.c | 51 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/ |
D | Kconfig.preempt | 44 permitting a low priority process to be preempted involuntarily
|
/linux-4.4.14/Documentation/trace/ |
D | ring-buffer-design.txt | 71 <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).
|
D | ftrace.txt | 1067 interrupts but the task cannot be preempted and a higher
|
/linux-4.4.14/arch/mips/kernel/ |
D | unaligned.c | 888 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/ |
D | rcu.txt | 86 boosting of preempted RCU read-side critical sections. This is
|
D | UP.txt | 131 Because some other task might have been preempted in the middle
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | locking.txt | 151 Comment: 'raw' because updating the tsc offsets must not be preempted.
|
D | timekeeping.txt | 465 virtual interrupt sources are disabled, and the machine may still be preempted
|
/linux-4.4.14/virt/kvm/ |
D | kvm_main.c | 245 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/ |
D | cvmx-pko-defs.h | 828 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/ |
D | iskeleton.S | 199 | preempted until _060_unlock_page(), so that the page stays mapped.
|
/linux-4.4.14/drivers/block/paride/ |
D | Transition-notes | 50 be preempted there.
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-design-CFS.txt | 82 picked and the current task is preempted.
|
D | sched-deadline.txt | 99 task is descheduled / preempted);
|
/linux-4.4.14/include/linux/ |
D | kvm_host.h | 283 bool preempted; member
|
/linux-4.4.14/Documentation/locking/ |
D | rt-mutex-design.txt | 49 C preempted by B 285 respectively, and such that D runs first and A last. With D being preempted
|
/linux-4.4.14/init/ |
D | Kconfig | 646 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/ |
D | Kconfig | 616 be preempted. This invalid assumption may be more likely to fail
|
/linux-4.4.14/arch/arm/mm/ |
D | Kconfig | 702 be preempted. This invalid assumption may be more likely to fail
|
/linux-4.4.14/arch/s390/kvm/ |
D | interrupt.c | 876 vcpu->preempted = true; in kvm_s390_vcpu_wakeup()
|
/linux-4.4.14/arch/x86/kvm/ |
D | vmx.c | 2106 if (vcpu->preempted) in vmx_vcpu_pi_put()
|