Home
last modified time | relevance | path

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

12

/Linux-v5.4/Documentation/vm/
Dmmu_notifier.rst62 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.4/arch/x86/include/uapi/asm/
Dkvm_para.h58 __u8 preempted; member
/Linux-v5.4/Documentation/
Dpreempt-locking.txt29 /* 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.
/Linux-v5.4/drivers/gpu/drm/vmwgfx/
Dvmwgfx_cmdbuf.c55 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.4/arch/x86/kernel/
Dasm-offsets_64.c51 OFFSET(KVM_STEAL_TIME_preempted, kvm_steal_time, preempted); in main()
Dkvm.c598 state = READ_ONCE(src->preempted); in kvm_flush_tlb_others()
600 if (try_cmpxchg(&src->preempted, &state, in kvm_flush_tlb_others()
801 return !!(src->preempted & KVM_VCPU_PREEMPTED); in __kvm_vcpu_is_preempted()
/Linux-v5.4/drivers/gpu/drm/i915/gvt/
Dexeclist.h100 u32 preempted :1; member
Dexeclist.c358 status.lite_restore = status.preempted = 1; in emulate_execlist_schedule_in()
/Linux-v5.4/arch/arc/kernel/
Dentry-arcv2.S217 ; 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.4/kernel/rcu/
DKconfig167 This option boosts the priority of preempted RCU readers that
182 a given grace period before priority-boosting preempted RCU
205 on the specified CPUs, but (1) the kthreads may be preempted
/Linux-v5.4/Documentation/virt/kvm/
Dmsr.txt213 __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
Dhypercalls.txt149 Purpose: Hypercall used to yield if the IPI target vCPU is preempted
154 any of the IPI target vCPUs was preempted.
Dcpuid.rst105 preempted for an unlimited time
Dlocking.txt186 Comment: 'raw' because updating the tsc offsets must not be preempted.
/Linux-v5.4/Documentation/media/uapi/v4l/
Dapp-pri.rst21 working in background, which can be preempted by user controlled
Dvidioc-streamon.rst89 Applications can be preempted for unknown periods right before
/Linux-v5.4/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).
/Linux-v5.4/kernel/
DKconfig.preempt47 permitting a low priority process to be preempted involuntarily
/Linux-v5.4/arch/mips/kernel/
Dunaligned.c1238 unsigned int wd, preempted; in emulate_load_store_insn() local
1271 preempted = test_thread_flag(TIF_USEDMSA); in emulate_load_store_insn()
1287 preempted = 0; in emulate_load_store_insn()
1290 } while (preempted); in emulate_load_store_insn()
/Linux-v5.4/arch/mips/include/asm/octeon/
Dcvmx-pko-defs.h621 uint64_t preempted:1; member
635 uint64_t preempted:1;
678 uint64_t preempted:1; member
694 uint64_t preempted:1;
/Linux-v5.4/Documentation/RCU/
DUP.rst139 Because some other task might have been preempted in the middle
/Linux-v5.4/arch/m68k/ifpsp060/
Diskeleton.S199 | preempted until _060_unlock_page(), so that the page stays mapped.
/Linux-v5.4/drivers/block/paride/
DTransition-notes50 be preempted there.
/Linux-v5.4/virt/kvm/
Dkvm_main.c350 vcpu->preempted = false; in kvm_vcpu_init()
2602 if (READ_ONCE(vcpu->preempted) && yield_to_kernel_mode && in kvm_vcpu_on_spin()
4291 WRITE_ONCE(vcpu->preempted, false); in kvm_sched_in()
4305 WRITE_ONCE(vcpu->preempted, true); in kvm_sched_out()
/Linux-v5.4/Documentation/kernel-hacking/
Dhacking.rst39 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

12