/linux/tools/testing/selftests/ftrace/test.d/event/ |
H A D | event-enable.tc | 19 yield 30 yield 41 yield
|
H A D | toplevel-enable.tc | 18 yield 32 yield 44 yield
|
H A D | subsystem-enable.tc | 19 yield 30 yield 41 yield
|
H A D | event-pid.tc | 24 yield 39 yield 52 yield
|
H A D | event-no-pid.tc | 75 yield 96 yield &
|
/linux/scripts/gdb/linux/ |
H A D | rbtree.py | 15 yield from inorder(node['rb_left']) 16 yield node 17 yield from inorder(node['rb_right']) 19 yield from inorder(root['rb_node']) 23 yield utils.container_of(node, gdbtype, member)
|
H A D | device.py | 39 yield subsys_priv 46 yield subsys_priv 75 yield dp['device'] 81 yield dp['device'] 87 yield dp['device']
|
H A D | cpus.py | 99 yield int(cpu) 104 yield cpu 109 yield cpu 114 yield cpu 119 yield cpu
|
H A 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)
|
/linux/scripts/clang-tools/ |
H A 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 Parse the given archive, and yield every .cmd file used to build it. 124 yield to_cmdfile(obj) 130 Parse the given modules.order, and yield every .cmd file used to build the 149 yield to_cmdfile(mod_line.rstrip())
|
/linux/tools/testing/selftests/hid/tests/ |
H A D | conftest.py | 22 yield 36 yield 39 yield
|
/linux/tools/testing/selftests/rseq/ |
H A D | run_param_test.sh | 106 echo "Yield injection (25%)" 109 echo "Yield injection (50%)" 112 echo "Yield injection (100%)"
|
/linux/arch/powerpc/include/asm/ |
H A D | paravirt.h | 84 * the processor is yielded (either because of an OS yield or a in vcpu_is_dispatched() 133 * The dispatch/yield bit alone is an imperfect indicator of in vcpu_is_preempted() 138 * @cpu first, resorting to the yield count last. in vcpu_is_preempted() 186 * has called H_CONFER, which will set the yield bit. in vcpu_is_preempted()
|
H A D | lppaca.h | 77 * the processor is yielded (either because of an OS yield or a 80 * NOTE: Even dedicated processor partitions can yield so this
|
/linux/scripts/dtc/ |
H A D | dt-extract-compatibles | 105 yield os.path.join(path, f) 111 yield filename 113 yield f
|
/linux/kernel/sched/ |
H A D | syscalls.c | 1373 * sys_sched_yield - yield the current processor to other threads. 1387 * yield - yield the current processor to other threads. 1392 * eligible task to run, if removing the yield() call from your code breaks 1398 * yield(); 1400 * where one assumes that yield() will let 'the other' process run that will 1402 * happen. Never use yield() as a progress guarantee!! 1404 * If you want to use yield() to wait for something, use wait_event(). 1405 * If you want to use yield() to be 'nice' for others, use cond_resched(). 1406 * If you still want to use yield(), do not! 1408 void __sched yield(void) in yield() function [all …]
|
/linux/tools/testing/selftests/ftrace/test.d/ftrace/ |
H A D | func-filter-notrace-pid.tc | 53 yield 79 yield
|
H A D | func-filter-pid.tc | 68 yield 89 yield
|
/linux/include/xen/interface/ |
H A D | sched.h | 19 * with the scheduler, including yield, blocking and shutting itself 32 * of this hypercall, supporting only the commands yield, block and shutdown: 43 * Voluntarily yield the CPU.
|
/linux/tools/testing/selftests/powerpc/benchmarks/ |
H A 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/drivers/gpu/drm/i915/ |
H A D | Kconfig.profile | 61 an arbitration point and yield to HW before the timer expires, the 79 current context does not hit an arbitration point and yield to HW
|
/linux/tools/testing/selftests/kvm/s390x/ |
H A D | cmma_test.c | 536 * main memslot was not touched by the VM, this should yield the first in test_get_skip_holes() 575 * yield page 0x21. in test_get_skip_holes() 588 * This should yield pages [0x23, 0x33). in test_get_skip_holes() 603 * This should yield page [0x22, 0x33) in test_get_skip_holes() 616 * This should yield page 0x40 and nothing more, since there are more in test_get_skip_holes()
|
/linux/arch/s390/kvm/ |
H A D | diag.c | 175 /* yield to self */ in __diag_time_slice_end_directed() 179 /* yield to invalid */ in __diag_time_slice_end_directed() 195 "diag time slice end directed to %d: yield forwarded", in __diag_time_slice_end_directed()
|
/linux/arch/arm64/include/asm/vdso/ |
H A D | processor.h | 12 asm volatile("yield" ::: "memory"); in cpu_relax()
|
/linux/tools/testing/selftests/sched_ext/ |
H A D | maybe_null_fail_yld.bpf.c | 25 .yield = (void *) maybe_null_fail_yield,
|