Home
last modified time | relevance | path

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

12345678910>>...12

/linux-6.8/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.8/scripts/gdb/linux/
Ddevice.py39 yield subsys_priv
46 yield subsys_priv
75 yield dp['device']
81 yield dp['device']
87 yield dp['device']
Dcpus.py103 yield int(cpu)
108 yield cpu
113 yield cpu
118 yield cpu
123 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.8/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.8/Documentation/virt/kvm/s390/
Ds390-diag.rst89 DIAGNOSE function code 'X'9C - Voluntary Time Slice Yield
104 The guest may send a DIAGNOSE 0x9c in order to yield to a certain
105 other vcpu. An example is a Linux guest that tries to yield to the vcpu
110 Forwarding the DIAGNOSE 0x9c initially sent by the guest to yield to
/linux-6.8/tools/testing/selftests/hid/tests/
Dconftest.py22 yield
36 yield
39 yield
Dbase.py226 yield
256 yield
267 yield
/linux-6.8/tools/testing/selftests/rseq/
Drun_param_test.sh106 echo "Yield injection (25%)"
109 echo "Yield injection (50%)"
112 echo "Yield injection (100%)"
/linux-6.8/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.h76 * the processor is yielded (either because of an OS yield or a
79 * NOTE: Even dedicated processor partitions can yield so this
/linux-6.8/scripts/dtc/
Ddt-extract-compatibles92 yield os.path.join(path, f)
98 yield filename
100 yield f
/linux-6.8/tools/testing/selftests/ftrace/test.d/ftrace/
Dfunc-filter-pid.tc53 yield
74 yield
Dfunc-filter-notrace-pid.tc53 yield
79 yield
/linux-6.8/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.8/drivers/staging/rtl8723bs/hal/
Drtl8723bs_xmit.c28 /* yield(); */ in rtw_sdio_wait_enough_TxOQT_space()
254 /* can not yield under lock */ in xmit_xmitframes()
255 /* yield(); */ in xmit_xmitframes()
338 yield(); in xmit_xmitframes()
396 yield(); in rtl8723bs_xmit_handler()
/linux-6.8/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.8/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.8/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.8/arch/arm64/include/asm/vdso/
Dprocessor.h12 asm volatile("yield" ::: "memory"); in cpu_relax()
/linux-6.8/tools/testing/selftests/kvm/s390x/
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()

12345678910>>...12