Home
last modified time | relevance | path

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

123

/linux-6.15/arch/powerpc/lib/
H A Dqspinlock.c307 preempted = true; in __yield_to_locked_owner()
327 return preempted; in __yield_to_locked_owner()
333 return preempted; in __yield_to_locked_owner()
408 if (preempted) in yield_to_prev()
409 return preempted; in yield_to_prev()
424 preempted = true; in yield_to_prev()
432 return preempted; in yield_to_prev()
439 return preempted; in yield_to_prev()
503 if (preempted) { in try_to_steal_lock()
610 bool preempted; in queued_spin_lock_mcs_queue() local
[all …]
/linux-6.15/Documentation/translations/zh_CN/mm/
H A Dmmu_notifier.rst64 CPU-thread-0 {preempted}
65 CPU-thread-1 {preempted}
71 CPU-thread-0 {preempted}
72 CPU-thread-1 {preempted}
78 CPU-thread-0 {preempted}
85 CPU-thread-0 {preempted}
/linux-6.15/Documentation/mm/
H A Dmmu_notifier.rst60 CPU-thread-0 {preempted}
61 CPU-thread-1 {preempted}
67 CPU-thread-0 {preempted}
68 CPU-thread-1 {preempted}
74 CPU-thread-0 {preempted}
81 CPU-thread-0 {preempted}
96 is true even if the thread doing the page table update is preempted right after
/linux-6.15/tools/testing/selftests/kvm/
H A Dsteal_time.c39 GUEST_ASSERT_EQ(READ_ONCE(st->preempted), 0); in check_status()
93 ksft_print_msg(" preempted: %d\n", st->preempted); in steal_time_dump()
219 uint8_t preempted; member
240 GUEST_ASSERT(READ_ONCE(st->preempted) == 0); in check_status()
297 pr_info(" preempted: %d\n", st->preempted); in steal_time_dump()
/linux-6.15/arch/x86/kernel/
H A Dasm-offsets_64.c24 OFFSET(KVM_STEAL_TIME_preempted, kvm_steal_time, preempted); in main()
H A Dkvm.c670 state = READ_ONCE(src->preempted); in kvm_flush_tlb_multi()
672 if (try_cmpxchg(&src->preempted, &state, in kvm_flush_tlb_multi()
790 return !!(src->preempted & KVM_VCPU_PREEMPTED); in __kvm_vcpu_is_preempted()
/linux-6.15/Documentation/locking/
H 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.
H 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
255 remain valid even if the task is preempted.
314 readers, a preempted low-priority reader will continue holding its lock,
316 can grant their priority to a writer, a preempted low-priority writer
/linux-6.15/arch/x86/include/uapi/asm/
H A Dkvm_para.h66 __u8 preempted; member
/linux-6.15/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmdbuf.c57 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-6.15/Documentation/userspace-api/media/v4l/
H A Dapp-pri.rst14 working in background, which can be preempted by user controlled
H A Dvidioc-streamon.rst82 Applications can be preempted for unknown periods right before
/linux-6.15/drivers/gpu/drm/i915/gvt/
H A Dexeclist.h102 u32 preempted :1; member
/linux-6.15/arch/arc/kernel/
H A Dentry-arcv2.S203 ; Exception in U mode, preempted in kernel, Intr taken (K mode), orig
230 ; entry was via Exception in DS which got preempted in kernel).
/linux-6.15/arch/mips/kernel/
H A Dunaligned.c463 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-6.15/arch/x86/kvm/
H A Dxen.h209 if (WARN_ON_ONCE(!vcpu->preempted)) in kvm_xen_runstate_set_preempted()
/linux-6.15/Documentation/virt/kvm/x86/
H A Dhypercalls.rst166 :Purpose: Hypercall used to yield if the IPI target vCPU is preempted
171 any of the IPI target vCPUs was preempted.
H A Dmsr.rst271 __u8 preempted;
300 preempted:
302 not. Non-zero values mean the vCPU has been preempted. Zero
303 means the vCPU is not preempted. NOTE, it is always zero if the
H A Dcpuid.rst122 preempted for an unlimited time
/linux-6.15/Documentation/trace/
H 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-6.15/arch/x86/kvm/vmx/
H A Dposted_intr.c234 if (vcpu->preempted) in vmx_vcpu_pi_put()
/linux-6.15/Documentation/gpu/
H A Ddrm-compute.rst12 not to be preempted or swapped out at all.
/linux-6.15/kernel/rcu/
H A DKconfig216 This option boosts the priority of preempted RCU readers that
231 a given grace period before priority-boosting preempted RCU
275 but (1) the kthreads may be preempted between each callback,
/linux-6.15/arch/riscv/include/asm/
H A Dsbi.h280 u8 preempted; member
/linux-6.15/arch/mips/include/asm/octeon/
H 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;

123