| /linux/tools/testing/selftests/rseq/ |
| H A D | run_param_test.sh | 112 echo "Yield injection (25%)" 115 echo "Yield injection (50%)" 118 echo "Yield injection (100%)" 145 echo "Yield injection (25%)" 148 echo "Yield injection (50%)" 151 echo "Yield injection (100%)"
|
| /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/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 | 19 yield 33 yield 45 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/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 | 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())
|
| /linux/tools/lib/python/kdoc/ |
| H A D | kdoc_files.py | 55 yield from self._parse_dir(name) 65 yield name 83 yield from self._parse_dir(f) 85 yield f 377 yield fname, msg
|
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | conftest.py | 36 yield 50 yield 53 yield
|
| /linux/tools/verification/rvgen/rvgen/ |
| H A D | ltl2ba.py | 114 yield self 115 yield from self.op 151 yield from self.left 152 yield from self.right 287 yield from self.child 383 yield from () 408 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 | 106 yield os.path.join(path, f) 112 yield filename 114 yield f
|
| /linux/kernel/sched/ |
| H A D | syscalls.c | 1353 * sys_sched_yield - yield the current processor to other threads. 1367 * yield - yield the current processor to other threads. 1372 * eligible task to run, if removing the yield() call from your code breaks 1378 * yield(); 1380 * where one assumes that yield() will let 'the other' process run that will 1382 * happen. Never use yield() as a progress guarantee!! 1384 * If you want to use yield() to wait for something, use wait_event(). 1385 * If you want to use yield() to be 'nice' for others, use cond_resched(). 1386 * If you still want to use yield(), do not! 1388 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
|
| /linux/arch/powerpc/include/asm/ |
| 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/testing/selftests/kvm/s390/ |
| H A D | cmma_test.c | 536 * 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()
|