Searched full:yield (Results 1 – 25 of 453) sorted by relevance
12345678910>>...19
| /kernel/linux/linux-4.19/tools/testing/selftests/ftrace/test.d/event/ |
| D | event-enable.tc | 17 yield() { 31 yield 42 yield 53 yield
|
| D | toplevel-enable.tc | 16 yield() { 30 yield 44 yield 56 yield
|
| D | subsystem-enable.tc | 17 yield() { 31 yield 42 yield 53 yield
|
| D | event-pid.tc | 19 yield() { 38 yield 52 yield 65 yield
|
| /kernel/linux/linux-5.10/scripts/clang-tools/ |
| D | gen_compile_commands.py | 74 Walk under the given directory, and yield every .cmd file found. 88 yield os.path.join(dirpath, filename) 107 Yield the .cmd file used to build the given object 115 yield to_cmdfile(obj) 121 Parse the given archive, and yield every .cmd file used to build it. 130 yield to_cmdfile(obj) 136 Parse the given modules.order, and yield every .cmd file used to build the 155 yield to_cmdfile(obj)
|
| /kernel/linux/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 | 75 yield 96 yield &
|
| /kernel/linux/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)
|
| /kernel/linux/linux-4.19/scripts/gdb/linux/ |
| D | cpus.py | 100 yield int(cpu) 105 yield cpu 110 yield cpu 115 yield cpu 120 yield cpu
|
| D | lists.py | 30 yield node.address 39 yield utils.container_of(node, gdbtype, member)
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | processor.h | 23 * Detection of resource owner and decision to spin or sleep or guest-yield 36 * spin_cpu_yield may be called to yield (undirected) to the hypervisor if 38 * than context switch overhead, but we can't sleep or do a directed yield.
|
| /kernel/linux/linux-4.19/tools/testing/selftests/ftrace/test.d/ftrace/ |
| D | func-filter-pid.tc | 57 yield() { 76 yield 97 yield
|
| /kernel/linux/linux-4.19/tools/testing/selftests/rseq/ |
| D | run_param_test.sh | 96 echo "Yield injection (25%)" 99 echo "Yield injection (50%)" 102 echo "Yield injection (100%)"
|
| /kernel/linux/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%)"
|
| /kernel/linux/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
|
| /kernel/linux/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.
|
| /kernel/linux/linux-4.19/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.
|
| /kernel/linux/linux-4.19/arch/arm64/include/asm/ |
| D | assembler.h | 642 * Check whether to yield to another runnable task from kernel mode NEON code 646 * // pre-yield patchup code 648 * // post-yield patchup code 652 * after a yield has been performed. If omitted, execution resumes right after 665 * The yield itself consists of the following: 671 * yield fixup code.
|
| /kernel/linux/linux-4.19/tools/testing/selftests/powerpc/benchmarks/ |
| D | context_switch.c | 226 fprintf(stderr, "Both threads must be on the same CPU for yield test\n"); in yield_setup() 408 fprintf(stderr, "\t\t--test=X\tpipe, futex or yield (default)\n"); in usage() 447 } else if (!strcmp(optarg, "yield")) { in main() 484 printf("yield"); in main()
|
12345678910>>...19