Searched full:yield (Results 1 – 25 of 250) sorted by relevance
12345678910
/Linux-v5.15/scripts/clang-tools/ |
D | gen_compile_commands.py | 76 Walk under the given directory, and yield every .cmd file found. 96 yield os.path.join(dirpath, filename) 115 Yield the .cmd file used to build the given object 123 yield to_cmdfile(obj) 129 Parse the given archive, and yield every .cmd file used to build it. 138 yield to_cmdfile(obj) 144 Parse the given modules.order, and yield every .cmd file used to build the 163 yield to_cmdfile(obj)
|
/Linux-v5.15/tools/testing/selftests/ftrace/test.d/event/ |
D | event-enable.tc | 19 yield 30 yield 41 yield
|
D | toplevel-enable.tc | 18 yield 32 yield 44 yield
|
D | subsystem-enable.tc | 19 yield 30 yield 41 yield
|
D | event-pid.tc | 24 yield 39 yield 52 yield
|
D | event-no-pid.tc | 75 yield 96 yield &
|
/Linux-v5.15/scripts/gdb/linux/ |
D | cpus.py | 103 yield int(cpu) 108 yield cpu 113 yield cpu 118 yield cpu 123 yield cpu
|
D | device.py | 39 yield subsys_priv['bus'] 46 yield subsys_priv['class'] 75 yield dp['device'] 81 yield dp['device'] 87 yield dp['device']
|
D | lists.py | 37 yield node.address 43 yield utils.container_of(node, gdbtype, member) 55 yield node.address 61 yield utils.container_of(node, gdbtype, member)
|
D | proc.py | 57 yield resource, depth 62 yield res, deep
|
/Linux-v5.15/Documentation/virt/kvm/ |
D | s390-diag.rst | 89 DIAGNOSE function code 'X'9C - Voluntary Time Slice Yield 104 The guest may send a DIAGNOSE 0x9c in order to yield to a certain 105 other vcpu. An example is a Linux guest that tries to yield to the vcpu 110 Forwarding the DIAGNOSE 0x9c initially sent by the guest to yield to
|
D | hypercalls.rst | 166 :Purpose: Hypercall used to yield if the IPI target vCPU is preempted 170 :Usage example: When sending a call-function IPI-many to vCPUs, yield if
|
/Linux-v5.15/tools/testing/selftests/rseq/ |
D | run_param_test.sh | 101 echo "Yield injection (25%)" 104 echo "Yield injection (50%)" 107 echo "Yield injection (100%)"
|
/Linux-v5.15/tools/testing/selftests/ftrace/test.d/ftrace/ |
D | func-filter-pid.tc | 53 yield 74 yield
|
D | func-filter-notrace-pid.tc | 53 yield 79 yield
|
/Linux-v5.15/include/xen/interface/ |
D | sched.h | 36 * with the scheduler, including yield, blocking and shutting itself 49 * of this hypercall, supporting only the commands yield, block and shutdown: 60 * Voluntarily yield the CPU.
|
/Linux-v5.15/drivers/staging/rtl8723bs/hal/ |
D | rtl8723bs_xmit.c | 28 /* yield(); */ in rtw_sdio_wait_enough_TxOQT_space() 257 /* can not yield under lock */ in xmit_xmitframes() 258 /* yield(); */ in xmit_xmitframes() 343 yield(); in xmit_xmitframes() 401 yield(); in rtl8723bs_xmit_handler()
|
/Linux-v5.15/tools/testing/selftests/powerpc/benchmarks/ |
D | context_switch.c | 222 fprintf(stderr, "Both threads must be on the same CPU for yield test\n"); in yield_setup() 404 fprintf(stderr, "\t\t--test=X\tpipe, futex or yield (default)\n"); in usage() 443 } else if (!strcmp(optarg, "yield")) { in main() 480 printf("yield"); in main()
|
/Linux-v5.15/arch/x86/kvm/mmu/ |
D | tdp_mmu.h | 35 * if mmu_lock is held for write, zapping will never yield in this case, in kvm_tdp_mmu_zap_sp() 36 * but explicitly disallow it for safety. The TDP MMU does not yield in kvm_tdp_mmu_zap_sp()
|
/Linux-v5.15/tools/testing/selftests/powerpc/vphn/asm/ |
D | lppaca.h | 97 * the processor is yielded (either because of an OS yield or a 100 * NOTE: Even dedicated processor partitions can yield so this
|
/Linux-v5.15/arch/powerpc/include/asm/ |
D | lppaca.h | 97 * the processor is yielded (either because of an OS yield or a 100 * NOTE: Even dedicated processor partitions can yield so this
|
/Linux-v5.15/arch/arm64/include/asm/vdso/ |
D | processor.h | 12 asm volatile("yield" ::: "memory"); in cpu_relax()
|
/Linux-v5.15/arch/s390/kvm/ |
D | diag.c | 174 /* yield to self */ in __diag_time_slice_end_directed() 178 /* yield to invalid */ in __diag_time_slice_end_directed() 193 "diag time slice end directed to %d: yield forwarded", in __diag_time_slice_end_directed()
|
/Linux-v5.15/Documentation/devicetree/bindings/net/ |
D | broadcom-bcm87xx.txt | 13 he result to yield the new register value. If the third cell has a
|
/Linux-v5.15/arch/s390/lib/ |
D | delay.c | 21 * yield the megahertz number of the cpu. The important function in __delay()
|
12345678910