Home
last modified time | relevance | path

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

1234567891011

/kernel/linux/linux-5.10/scripts/clang-tools/
Dgen_compile_commands.py74 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-5.10/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 &
/kernel/linux/linux-5.10/scripts/gdb/linux/
Dcpus.py100 yield int(cpu)
105 yield cpu
110 yield cpu
115 yield cpu
120 yield cpu
Ddevice.py39 yield subsys_priv['bus']
46 yield subsys_priv['class']
75 yield dp['device']
81 yield dp['device']
87 yield dp['device']
Dlists.py32 yield node.address
38 yield utils.container_of(node, gdbtype, member)
50 yield node.address
56 yield utils.container_of(node, gdbtype, member)
Dproc.py57 yield resource, depth
62 yield res, deep
/kernel/linux/linux-5.10/tools/testing/selftests/rseq/
Drun_param_test.sh101 echo "Yield injection (25%)"
104 echo "Yield injection (50%)"
107 echo "Yield injection (100%)"
/kernel/linux/linux-5.10/tools/testing/selftests/ftrace/test.d/ftrace/
Dfunc-filter-pid.tc53 yield
74 yield
Dfunc-filter-notrace-pid.tc53 yield
79 yield
/kernel/linux/linux-5.10/include/xen/interface/
Dsched.h36 * with the scheduler, including yield, blocking and shutting itself
49 * of this hypercall, supporting only the commands yield, block and shutdown:
60 * Voluntarily yield the CPU.
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/hal/
Drtl8723bs_xmit.c35 /* yield(); */ in rtw_sdio_wait_enough_TxOQT_space()
301 /* can not yield under lock */ in xmit_xmitframes()
302 /* yield(); */ in xmit_xmitframes()
392 yield(); in xmit_xmitframes()
460 yield(); in rtl8723bs_xmit_handler()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/vphn/asm/
Dlppaca.h97 * the processor is yielded (either because of an OS yield or a
100 * NOTE: Even dedicated processor partitions can yield so this
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dlppaca.h97 * the processor is yielded (either because of an OS yield or a
100 * NOTE: Even dedicated processor partitions can yield so this
/kernel/linux/linux-5.10/arch/arm64/include/asm/vdso/
Dprocessor.h12 asm volatile("yield" ::: "memory"); in cpu_relax()
/kernel/uniproton/src/core/kernel/task/
DKconfig23 bool "Whether support task yield feature or not"
/kernel/linux/linux-5.10/Documentation/virt/kvm/
Dhypercalls.rst166 :Purpose: Hypercall used to yield if the IPI target vCPU is preempted
170 :Usage example: When sending a call-function IPI-many to vCPUs, yield if
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/
Dbroadcom-bcm87xx.txt13 he result to yield the new register value. If the third cell has a
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/
Ddomain-idle-state.yaml44 state will yield power benefits, after overcoming the overhead while
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
Dintel_gt_irq.c45 WRITE_ONCE(engine->execlists.yield, in cs_irq_handler()
47 ENGINE_TRACE(engine, "semaphore yield: %08x\n", in cs_irq_handler()
48 engine->execlists.yield); in cs_irq_handler()
/kernel/linux/linux-5.10/include/linux/
Dprocessor.h23 * Detection of resource owner and decision to spin or sleep or guest-yield

1234567891011