Searched full:yield (Results 1 – 25 of 247) sorted by relevance
12345678910
/linux-5.10/scripts/clang-tools/ |
D | gen_compile_commands.py | 73 Walk under the given directory, and yield every .cmd file found. 87 yield os.path.join(dirpath, filename) 106 Yield the .cmd file used to build the given object 114 yield to_cmdfile(obj) 120 Parse the given archive, and yield every .cmd file used to build it. 129 yield to_cmdfile(obj) 135 Parse the given modules.order, and yield every .cmd file used to build the 154 yield to_cmdfile(obj)
|
/linux-5.10/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 | 71 yield 92 yield &
|
/linux-5.10/scripts/gdb/linux/ |
D | cpus.py | 100 yield int(cpu) 105 yield cpu 110 yield cpu 115 yield cpu 120 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 | 32 yield node.address 38 yield utils.container_of(node, gdbtype, member) 50 yield node.address 56 yield utils.container_of(node, gdbtype, member)
|
D | proc.py | 57 yield resource, depth 62 yield res, deep
|
/linux-5.10/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-5.10/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-5.10/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-5.10/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-5.10/arch/arm64/include/asm/ |
D | assembler.h | 679 * Check whether to yield to another runnable task from kernel mode NEON code 683 * // pre-yield patchup code 685 * // post-yield patchup code 689 * after a yield has been performed. If omitted, execution resumes right after 702 * The yield itself consists of the following: 706 * - Disable and re-enable kernel mode NEON, and branch to the yield fixup
|
/linux-5.10/drivers/staging/rtl8723bs/hal/ |
D | rtl8723bs_xmit.c | 35 /* yield(); */ in rtw_sdio_wait_enough_TxOQT_space() 301 /* can not yield under lock */ in xmit_xmitframes() 302 /* yield(); */ in xmit_xmitframes() 392 yield(); in xmit_xmitframes() 460 yield(); in rtl8723bs_xmit_handler()
|
/linux-5.10/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-5.10/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-5.10/arch/arm64/include/asm/vdso/ |
D | processor.h | 12 asm volatile("yield" ::: "memory"); in cpu_relax()
|
/linux-5.10/Documentation/virt/kvm/ |
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-5.10/Documentation/devicetree/bindings/net/ |
D | broadcom-bcm87xx.txt | 13 he result to yield the new register value. If the third cell has a
|
/linux-5.10/Documentation/devicetree/bindings/power/ |
D | domain-idle-state.yaml | 44 state will yield power benefits, after overcoming the overhead while
|
/linux-5.10/drivers/gpu/drm/i915/gt/ |
D | intel_gt_irq.c | 45 WRITE_ONCE(engine->execlists.yield, in cs_irq_handler() 47 ENGINE_TRACE(engine, "semaphore yield: %08x\n", in cs_irq_handler() 48 engine->execlists.yield); in cs_irq_handler()
|
/linux-5.10/include/linux/ |
D | processor.h | 23 * Detection of resource owner and decision to spin or sleep or guest-yield
|
12345678910