| /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 | event-pid.tc | 24 yield 39 yield 52 yield
|
| H A D | subsystem-enable.tc | 43 yield 54 yield 65 yield
|
| H A D | event-no-pid.tc | 75 yield 96 yield &
|
| /linux/tools/perf/python/ |
| H A D | ilist.py | 141 yield Button(f"Error: {self.error}", variant="primary", id="error") 161 yield Horizontal(SearchIcon(), Input(placeholder="Event name")) 183 yield Label(label + " ") 184 yield Label("0", id=f"counter_{label}") 196 yield Label(label) 197 yield Sparkline([], summary_function=max, id=f"sparkline_{label}") 494 yield Header(id="header") 495 yield Horizontal(Vertical(metric_event_tree(), id="events"), 499 yield Label(id="active_search") 500 yield VerticalScroll(id="lines") [all …]
|
| /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 | 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)
|
| H A D | cpus.py | 99 yield int(cpu) 104 yield cpu 109 yield cpu 114 yield cpu 119 yield cpu
|
| /linux/scripts/clang-tools/ |
| H A D | gen_compile_commands.py | 82 Walk under the given directory, and yield every .cmd file found. 101 yield os.path.join(dirpath, filename) 120 Parse the given archive, and yield every .cmd file used to build it. 129 yield to_cmdfile(obj) 135 Parse the given modules.order, and yield every .cmd file used to build the 154 yield to_cmdfile(mod_line.rstrip()) 231 yield included_file
|
| /linux/tools/lib/python/kdoc/ |
| H A D | kdoc_files.py | 53 yield from self._parse_dir(name) 63 yield name 81 yield from self._parse_dir(f) 83 yield f 294 yield fname, msg
|
| /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/tools/verification/rvgen/rvgen/ |
| H A D | ltl2ba.py | 113 yield self 114 yield from self.op 150 yield from self.left 151 yield from self.right 286 yield from self.child 382 yield from () 407 yield from ()
|
| /linux/tools/lib/python/abi/ |
| H A D | system_symbols.py | 221 yield from self._ref_interactor(v) 229 yield v 231 yield v 245 yield refs 249 yield refs
|
| /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 | 1345 * sys_sched_yield - yield the current processor to other threads. 1359 * yield - yield the current processor to other threads. 1364 * eligible task to run, if removing the yield() call from your code breaks 1370 * yield(); 1372 * where one assumes that yield() will let 'the other' process run that will 1374 * happen. Never use yield() as a progress guarantee!! 1376 * If you want to use yield() to wait for something, use wait_event(). 1377 * If you want to use yield() to be 'nice' for others, use cond_resched(). 1378 * If you still want to use yield(), do not! 1380 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
|