/Linux-v5.10/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-v5.10/arch/x86/kernel/ |
D | asm-offsets_64.c | 27 OFFSET(KVM_STEAL_TIME_preempted, kvm_steal_time, preempted); in main()
|
D | kvm.c | 631 state = READ_ONCE(src->preempted); in kvm_flush_tlb_others() 633 if (try_cmpxchg(&src->preempted, &state, in kvm_flush_tlb_others() 862 return !!(src->preempted & KVM_VCPU_PREEMPTED); in __kvm_vcpu_is_preempted()
|
/Linux-v5.10/arch/x86/include/uapi/asm/ |
D | kvm_para.h | 62 __u8 preempted; member
|
/Linux-v5.10/Documentation/locking/ |
D | preempt-locking.rst | 29 /* task is preempted here... */ 33 require it otherwise. Second, when a preempted task is finally rescheduled, 48 if the kernel is executing a floating-point instruction and is then preempted.
|
D | locktypes.rst | 151 readers, a preempted low-priority reader will continue holding its lock, 153 can grant their priority to a writer, a preempted low-priority writer will 258 remain valid even if the task is preempted. 317 readers, a preempted low-priority reader will continue holding its lock, 319 can grant their priority to a writer, a preempted low-priority writer
|
D | seqlock.rst | 27 A sequence counter write side critical section must never be preempted
|
/Linux-v5.10/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_cmdbuf.c | 55 struct list_head preempted; member 325 INIT_LIST_HEAD(&ctx->preempted); in vmw_cmdbuf_ctx_init() 406 list_add_tail(&entry->list, &ctx->preempted); in vmw_cmdbuf_ctx_process() 594 list_splice_init(&ctx->preempted, restart_head[i].prev); in vmw_cmdbuf_work_func() 639 (check_preempted && !list_empty(&ctx->preempted))) in vmw_cmdbuf_man_idle()
|
/Linux-v5.10/tools/testing/selftests/kvm/ |
D | steal_time.c | 37 GUEST_ASSERT(READ_ONCE(st->preempted) == 0); in check_status() 98 pr_info(" preempted: %d\n", st->preempted); in steal_time_dump()
|
/Linux-v5.10/Documentation/userspace-api/media/v4l/ |
D | app-pri.rst | 14 working in background, which can be preempted by user controlled
|
D | vidioc-streamon.rst | 83 Applications can be preempted for unknown periods right before
|
/Linux-v5.10/drivers/gpu/drm/i915/gvt/ |
D | execlist.h | 102 u32 preempted :1; member
|
D | execlist.c | 351 status.lite_restore = status.preempted = 1; in emulate_execlist_schedule_in()
|
/Linux-v5.10/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-v5.10/Documentation/virt/kvm/ |
D | hypercalls.rst | 166 :Purpose: Hypercall used to yield if the IPI target vCPU is preempted 171 any of the IPI target vCPUs was preempted.
|
D | msr.rst | 272 __u8 preempted; 301 preempted: 303 not. Non-zero values mean the vCPU has been preempted. Zero 304 means the vCPU is not preempted. NOTE, it is always zero if the
|
D | cpuid.rst | 115 preempted for an unlimited time
|
/Linux-v5.10/kernel/rcu/ |
D | Kconfig | 194 This option boosts the priority of preempted RCU readers that 209 a given grace period before priority-boosting preempted RCU 232 on the specified CPUs, but (1) the kthreads may be preempted
|
/Linux-v5.10/arch/mips/kernel/ |
D | unaligned.c | 463 unsigned int wd, preempted; in emulate_load_store_insn() local 496 preempted = test_thread_flag(TIF_USEDMSA); in emulate_load_store_insn() 512 preempted = 0; in emulate_load_store_insn() 515 } while (preempted); in emulate_load_store_insn()
|
/Linux-v5.10/Documentation/trace/ |
D | ring-buffer-design.rst | 88 <preempted> writer2 start 89 <preempted> writer3 start 94 This is very much like a writer being preempted by an interrupt and 102 and can be preempted by a writer. 307 preempted another write is committed, it only becomes a pending commit 691 by the outermost writer (the writer that was preempted).
|
/Linux-v5.10/arch/x86/kvm/vmx/ |
D | posted_intr.c | 90 if (vcpu->preempted) in vmx_vcpu_pi_put()
|
/Linux-v5.10/kernel/ |
D | Kconfig.preempt | 47 permitting a low priority process to be preempted involuntarily
|
/Linux-v5.10/arch/mips/include/asm/octeon/ |
D | cvmx-pko-defs.h | 621 uint64_t preempted:1; member 635 uint64_t preempted:1; 678 uint64_t preempted:1; member 694 uint64_t preempted:1;
|
/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_debugfs.c | 1411 bool preempted = true; in amdgpu_ib_preempt_mark_partial_job() local 1418 preempted = false; in amdgpu_ib_preempt_mark_partial_job() 1436 if (preempted && job->fence == fence) in amdgpu_ib_preempt_mark_partial_job()
|
/Linux-v5.10/Documentation/RCU/ |
D | UP.rst | 139 Because some other task might have been preempted in the middle
|