Searched full:yield (Results 1 – 25 of 549) sorted by relevance
12345678910>>...22
| /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-6.6/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
|
| /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
|
| /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-6.6/scripts/gdb/linux/ |
| D | device.py | 39 yield subsys_priv 46 yield subsys_priv 75 yield dp['device'] 81 yield dp['device'] 87 yield dp['device']
|
| D | cpus.py | 103 yield int(cpu) 108 yield cpu 113 yield cpu 118 yield cpu 123 yield cpu
|
| 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)
|
| /kernel/linux/linux-6.6/scripts/clang-tools/ |
| 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())
|
| /kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/ |
| D | conftest.py | 22 yield 36 yield 39 yield
|
| /kernel/linux/linux-6.6/Documentation/virt/kvm/s390/ |
| D | s390-diag.rst | 89 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
|
| /kernel/linux/linux-6.6/scripts/dtc/ |
| D | dt-extract-compatibles | 60 yield os.path.join(path, f) 66 yield filename 68 yield f
|
| /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-6.6/tools/testing/selftests/rseq/ |
| D | run_param_test.sh | 106 echo "Yield injection (25%)" 109 echo "Yield injection (50%)" 112 echo "Yield injection (100%)"
|
| /kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
| D | paravirt.h | 109 * The dispatch/yield bit alone is an imperfect indicator of in vcpu_is_preempted() 114 * @cpu first, resorting to the yield count last. in vcpu_is_preempted() 148 * has called H_CONFER, which will set the yield bit. in vcpu_is_preempted()
|
| /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-6.6/tools/testing/selftests/ftrace/test.d/ftrace/ |
| D | func-filter-pid.tc | 53 yield 74 yield
|
12345678910>>...22