Home
last modified time | relevance | path

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

12

/linux/Documentation/vm/
A 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/Documentation/locking/
A Dpreempt-locking.rst29 /* 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.
A Dlocktypes.rst151 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
/linux/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_cmdbuf.c56 struct list_head preempted; member
326 INIT_LIST_HEAD(&ctx->preempted); in vmw_cmdbuf_ctx_init()
407 list_add_tail(&entry->list, &ctx->preempted); in vmw_cmdbuf_ctx_process()
595 list_splice_init(&ctx->preempted, restart_head[i].prev); in vmw_cmdbuf_work_func()
640 (check_preempted && !list_empty(&ctx->preempted))) in vmw_cmdbuf_man_idle()
/linux/arch/x86/kernel/
A Dasm-offsets_64.c24 OFFSET(KVM_STEAL_TIME_preempted, kvm_steal_time, preempted); in main()
A Dkvm.c649 state = READ_ONCE(src->preempted); in kvm_flush_tlb_multi()
651 if (try_cmpxchg(&src->preempted, &state, in kvm_flush_tlb_multi()
1008 return !!(src->preempted & KVM_VCPU_PREEMPTED); in __kvm_vcpu_is_preempted()
/linux/arch/x86/include/uapi/asm/
A Dkvm_para.h66 __u8 preempted; member
/linux/tools/testing/selftests/kvm/
A Dsteal_time.c35 GUEST_ASSERT(READ_ONCE(st->preempted) == 0); in check_status()
94 pr_info(" preempted: %d\n", st->preempted); in steal_time_dump()
/linux/arch/arc/kernel/
A Dentry-arcv2.S218 ; Exception in U mode, preempted in kernel, Intr taken (K mode), orig
245 ; entry was via Exception in DS which got preempted in kernel).
/linux/arch/x86/kvm/
A Dxen.h100 if (vcpu->preempted) in kvm_xen_runstate_set_preempted()
/linux/Documentation/userspace-api/media/v4l/
A Dapp-pri.rst14 working in background, which can be preempted by user controlled
A Dvidioc-streamon.rst83 Applications can be preempted for unknown periods right before
/linux/drivers/gpu/drm/i915/gvt/
A Dexeclist.h102 u32 preempted :1; member
A Dexeclist.c351 status.lite_restore = status.preempted = 1; in emulate_execlist_schedule_in()
/linux/arch/mips/kernel/
A Dunaligned.c421 unsigned int wd, preempted; in emulate_load_store_insn() local
454 preempted = test_thread_flag(TIF_USEDMSA); in emulate_load_store_insn()
470 preempted = 0; in emulate_load_store_insn()
473 } while (preempted); in emulate_load_store_insn()
/linux/kernel/rcu/
A DKconfig195 This option boosts the priority of preempted RCU readers that
210 a given grace period before priority-boosting preempted RCU
237 preempted between each callback, and (2) affinity or cgroups can
/linux/Documentation/virt/kvm/
A Dmsr.rst272 __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
A Dhypercalls.rst166 :Purpose: Hypercall used to yield if the IPI target vCPU is preempted
171 any of the IPI target vCPUs was preempted.
A Dcpuid.rst122 preempted for an unlimited time
/linux/Documentation/trace/
A Dring-buffer-design.rst88 <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/arch/x86/kvm/vmx/
A Dposted_intr.c96 if (vcpu->preempted) in vmx_vcpu_pi_put()
/linux/arch/mips/include/asm/octeon/
A 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/kernel/
A DKconfig.preempt59 permitting a low priority process to be preempted involuntarily
/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_debugfs.c1463 bool preempted = true; in amdgpu_ib_preempt_mark_partial_job() local
1470 preempted = false; in amdgpu_ib_preempt_mark_partial_job()
1488 if (preempted && (&job->hw_fence) == fence) in amdgpu_ib_preempt_mark_partial_job()
/linux/Documentation/driver-api/
A Ddma-buf.rst312 - Compute workloads can always be preempted, even when a page fault is pending
330 made visible anywhere in the system, all compute workloads must be preempted

Completed in 60 milliseconds

12