| /linux/arch/powerpc/lib/ |
| H A D | qspinlock.c | 289 bool preempted = false; in __yield_to_locked_owner() local 308 preempted = true; in __yield_to_locked_owner() 328 return preempted; in __yield_to_locked_owner() 334 return preempted; in __yield_to_locked_owner() 380 bool preempted = false; in yield_to_prev() local 408 preempted = yield_to_locked_owner(lock, val, paravirt); in yield_to_prev() 409 if (preempted) in yield_to_prev() 410 return preempted; in yield_to_prev() 425 preempted = true; in yield_to_prev() 433 return preempted; in yield_to_prev() [all …]
|
| /linux/Documentation/translations/zh_CN/mm/ |
| H A D | mmu_notifier.rst | 64 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/Documentation/mm/ |
| H A D | mmu_notifier.rst | 60 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/Documentation/locking/ |
| H A 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.
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_cmdbuf.c | 57 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/arch/x86/include/uapi/asm/ |
| H A D | kvm_para.h | 66 __u8 preempted; member
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | app-pri.rst | 15 working in background, which can be preempted by user controlled
|
| H A D | vidioc-streamon.rst | 82 Applications can be preempted for unknown periods right before
|
| /linux/arch/arc/kernel/ |
| H A D | entry-arcv2.S | 203 ; 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/drivers/gpu/drm/i915/gvt/ |
| H A D | execlist.h | 102 u32 preempted :1; member
|
| H A D | execlist.c | 351 status.lite_restore = status.preempted = 1; in emulate_execlist_schedule_in()
|
| /linux/arch/x86/kernel/ |
| H A D | kvm.c | 671 state = READ_ONCE(src->preempted); in kvm_flush_tlb_multi() 673 if (try_cmpxchg(&src->preempted, &state, in kvm_flush_tlb_multi() 795 return !!(src->preempted & KVM_VCPU_PREEMPTED); in __kvm_vcpu_is_preempted()
|
| /linux/arch/mips/kernel/ |
| H A 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/Documentation/virt/kvm/x86/ |
| H A D | msr.rst | 271 __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 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.
|
| H A D | cpuid.rst | 122 preempted for an unlimited time
|
| /linux/Documentation/trace/ |
| H A 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/arch/x86/kvm/vmx/ |
| H A D | posted_intr.c | 242 if (!vcpu->preempted && kvm_vcpu_is_blocking(vcpu) && in vmx_vcpu_pi_put()
|
| /linux/Documentation/gpu/ |
| H A D | drm-compute.rst | 12 not to be preempted or swapped out at all.
|
| /linux/arch/mips/include/asm/octeon/ |
| H A 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/Documentation/trace/rv/ |
| H A D | monitor_sched.rst | 209 When the preempted task runs again, the standard preemption started earlier 281 a task explicitly calls the scheduler or is preempted while returning to
|
| /linux/arch/riscv/include/asm/ |
| H A D | sbi.h | 296 u8 preempted; member
|
| /linux/Documentation/driver-api/ |
| H A D | dma-buf.rst | 343 - Compute workloads can always be preempted, even when a page fault is pending 361 made visible anywhere in the system, all compute workloads must be preempted
|
| /linux/kernel/ |
| H A D | Kconfig.preempt | 64 permitting a low priority process to be preempted involuntarily
|
| /linux/Documentation/RCU/ |
| H A D | UP.rst | 148 Because some other task might have been preempted in the middle
|