Home
last modified time | relevance | path

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

12345678910>>...13

/linux-6.14.4/tools/testing/selftests/ftrace/test.d/event/
Devent-enable.tc19 yield
30 yield
41 yield
Dtoplevel-enable.tc18 yield
32 yield
44 yield
Dsubsystem-enable.tc19 yield
30 yield
41 yield
Devent-pid.tc24 yield
39 yield
52 yield
Devent-no-pid.tc75 yield
96 yield &
/linux-6.14.4/scripts/gdb/linux/
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)
Ddevice.py39 yield subsys_priv
46 yield subsys_priv
75 yield dp['device']
81 yield dp['device']
87 yield dp['device']
Dcpus.py99 yield int(cpu)
104 yield cpu
109 yield cpu
114 yield cpu
119 yield cpu
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-6.14.4/scripts/clang-tools/
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-6.14.4/tools/testing/selftests/hid/tests/
Dconftest.py22 yield
36 yield
39 yield
/linux-6.14.4/tools/testing/selftests/rseq/
Drun_param_test.sh106 echo "Yield injection (25%)"
109 echo "Yield injection (50%)"
112 echo "Yield injection (100%)"
/linux-6.14.4/Documentation/virt/kvm/s390/
Ds390-diag.rst110 DIAGNOSE function code 'X'9C - Voluntary Time Slice Yield
125 The guest may send a DIAGNOSE 0x9c in order to yield to a certain
126 other vcpu. An example is a Linux guest that tries to yield to the vcpu
131 Forwarding the DIAGNOSE 0x9c initially sent by the guest to yield to
/linux-6.14.4/arch/powerpc/include/asm/
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()
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-6.14.4/scripts/dtc/
Ddt-extract-compatibles105 yield os.path.join(path, f)
111 yield filename
113 yield f
/linux-6.14.4/kernel/sched/
Dsyscalls.c1370 * sys_sched_yield - yield the current processor to other threads.
1384 * yield - yield the current processor to other threads.
1389 * eligible task to run, if removing the yield() call from your code breaks
1395 * yield();
1397 * where one assumes that yield() will let 'the other' process run that will
1399 * happen. Never use yield() as a progress guarantee!!
1401 * If you want to use yield() to wait for something, use wait_event().
1402 * If you want to use yield() to be 'nice' for others, use cond_resched().
1403 * If you still want to use yield(), do not!
1405 void __sched yield(void) in yield() function
[all …]
/linux-6.14.4/tools/testing/selftests/ftrace/test.d/ftrace/
Dfunc-filter-notrace-pid.tc53 yield
79 yield
Dfunc-filter-pid.tc68 yield
89 yield
/linux-6.14.4/include/xen/interface/
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-6.14.4/drivers/staging/rtl8723bs/hal/
Drtl8723bs_xmit.c27 /* yield(); */ in rtw_sdio_wait_enough_TxOQT_space()
253 /* can not yield under lock */ in xmit_xmitframes()
254 /* yield(); */ in xmit_xmitframes()
337 yield(); in xmit_xmitframes()
395 yield(); in rtl8723bs_xmit_handler()
/linux-6.14.4/tools/testing/selftests/powerpc/benchmarks/
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-6.14.4/drivers/gpu/drm/i915/
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-6.14.4/arch/s390/kvm/
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-6.14.4/arch/arm64/include/asm/vdso/
Dprocessor.h12 asm volatile("yield" ::: "memory"); in cpu_relax()

12345678910>>...13