Home
last modified time | relevance | path

Searched full:yield (Results 1 – 25 of 269) sorted by relevance

1234567891011

/linux/tools/testing/selftests/ftrace/test.d/event/
H A Devent-enable.tc19 yield
30 yield
41 yield
H A Dtoplevel-enable.tc18 yield
32 yield
44 yield
H A Dsubsystem-enable.tc19 yield
30 yield
41 yield
H A Devent-pid.tc24 yield
39 yield
52 yield
H A Devent-no-pid.tc75 yield
96 yield &
/linux/scripts/gdb/linux/
H A Drbtree.py15 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 Ddevice.py39 yield subsys_priv
46 yield subsys_priv
75 yield dp['device']
81 yield dp['device']
87 yield dp['device']
H A Dcpus.py99 yield int(cpu)
104 yield cpu
109 yield cpu
114 yield cpu
119 yield cpu
H A Dlists.py37 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 Dgen_compile_commands.py76 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 Dconftest.py22 yield
36 yield
39 yield
/linux/tools/testing/selftests/rseq/
H A Drun_param_test.sh106 echo "Yield injection (25%)"
109 echo "Yield injection (50%)"
112 echo "Yield injection (100%)"
/linux/arch/powerpc/include/asm/
H A Dparavirt.h84 * 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 Dlppaca.h77 * 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 Ddt-extract-compatibles105 yield os.path.join(path, f)
111 yield filename
113 yield f
/linux/kernel/sched/
H A Dsyscalls.c1373 * 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 Dfunc-filter-notrace-pid.tc53 yield
79 yield
H A Dfunc-filter-pid.tc68 yield
89 yield
/linux/include/xen/interface/
H A Dsched.h19 * 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 Dcontext_switch.c222 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 DKconfig.profile61 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 Dcmma_test.c536 * 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 Ddiag.c175 /* 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 Dprocessor.h12 asm volatile("yield" ::: "memory"); in cpu_relax()
/linux/tools/testing/selftests/sched_ext/
H A Dmaybe_null_fail_yld.bpf.c25 .yield = (void *) maybe_null_fail_yield,

1234567891011