/Linux-v4.19/Documentation/vm/ |
D | mmu_notifier.rst | 62 CPU-thread-0 {preempted} 63 CPU-thread-1 {preempted} 69 CPU-thread-0 {preempted} 70 CPU-thread-1 {preempted} 76 CPU-thread-0 {preempted} 83 CPU-thread-0 {preempted} 98 is true even if the thread doing the page table update is preempted right after
|
/Linux-v4.19/arch/x86/include/uapi/asm/ |
D | kvm_para.h | 55 __u8 preempted; member
|
/Linux-v4.19/Documentation/ |
D | preempt-locking.txt | 30 /* task is preempted here... */ 34 require it otherwise. Second, when a preempted task is finally rescheduled, 49 if the kernel is executing a floating-point instruction and is then preempted.
|
/Linux-v4.19/arch/x86/kernel/ |
D | asm-offsets_64.c | 33 OFFSET(KVM_STEAL_TIME_preempted, kvm_steal_time, preempted); in main()
|
D | kvm.c | 608 state = READ_ONCE(src->preempted); in kvm_flush_tlb_others() 610 if (try_cmpxchg(&src->preempted, &state, in kvm_flush_tlb_others() 807 return !!(src->preempted & KVM_VCPU_PREEMPTED); in __kvm_vcpu_is_preempted()
|
/Linux-v4.19/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_cmdbuf.c | 52 struct list_head preempted; member 322 INIT_LIST_HEAD(&ctx->preempted); in vmw_cmdbuf_ctx_init() 402 list_add_tail(&entry->list, &ctx->preempted); in vmw_cmdbuf_ctx_process() 593 list_splice_init(&ctx->preempted, restart_head[i].prev); in vmw_cmdbuf_work_func() 638 (check_preempted && !list_empty(&ctx->preempted))) in vmw_cmdbuf_man_idle()
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | app-pri.rst | 14 working in background, which can be preempted by user controlled
|
D | vidioc-streamon.rst | 82 Applications can be preempted for unknown periods right before
|
/Linux-v4.19/drivers/gpu/drm/i915/gvt/ |
D | execlist.h | 100 u32 preempted :1; member
|
D | execlist.c | 359 status.lite_restore = status.preempted = 1; in emulate_execlist_schedule_in()
|
/Linux-v4.19/arch/arc/kernel/ |
D | entry-arcv2.S | 217 ; Exception in U mode, preempted in kernel, Intr taken (K mode), orig 244 ; entry was via Exception in DS which got preempted in kernel).
|
/Linux-v4.19/Documentation/virtual/kvm/ |
D | msr.txt | 213 __u8 preempted; 239 preempted: indicate the vCPU who owns this struct is running or 240 not. Non-zero values mean the vCPU has been preempted. Zero 241 means the vCPU is not preempted. NOTE, it is always zero if the
|
D | cpuid.txt | 81 || || preempted for an unlimited time,
|
D | locking.txt | 188 Comment: 'raw' because updating the tsc offsets must not be preempted.
|
/Linux-v4.19/kernel/rcu/ |
D | Kconfig | 196 This option boosts the priority of preempted RCU readers that 211 a given grace period before priority-boosting preempted RCU 234 on the specified CPUs, but (1) the kthreads may be preempted
|
/Linux-v4.19/kernel/ |
D | Kconfig.preempt | 46 permitting a low priority process to be preempted involuntarily
|
/Linux-v4.19/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).
|
/Linux-v4.19/arch/mips/kernel/ |
D | unaligned.c | 888 unsigned int res, preempted; in emulate_load_store_insn() local 1266 preempted = test_thread_flag(TIF_USEDMSA); in emulate_load_store_insn() 1282 preempted = 0; in emulate_load_store_insn() 1285 } while (preempted); in emulate_load_store_insn()
|
/Linux-v4.19/Documentation/RCU/ |
D | UP.txt | 131 Because some other task might have been preempted in the middle
|
/Linux-v4.19/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-v4.19/virt/kvm/ |
D | kvm_main.c | 315 vcpu->preempted = false; in kvm_vcpu_init() 2341 if (!READ_ONCE(vcpu->preempted)) in kvm_vcpu_on_spin() 3970 if (vcpu->preempted) in kvm_sched_in() 3971 vcpu->preempted = false; in kvm_sched_in() 3984 vcpu->preempted = true; in kvm_sched_out()
|
/Linux-v4.19/arch/m68k/ifpsp060/ |
D | iskeleton.S | 199 | preempted until _060_unlock_page(), so that the page stays mapped.
|
/Linux-v4.19/drivers/block/paride/ |
D | Transition-notes | 50 be preempted there.
|
/Linux-v4.19/Documentation/kernel-hacking/ |
D | hacking.rst | 39 other, but above that is a strict hierarchy: each can only be preempted 51 like userspace, you can be preempted by more important tasks and by 421 If you know you cannot be preempted by another task (ie. you are in
|
/Linux-v4.19/Documentation/scheduler/ |
D | sched-design-CFS.txt | 82 picked and the current task is preempted.
|