Searched full:waking (Results 1 – 25 of 603) sorted by relevance
12345678910>>...25
| /kernel/linux/linux-6.6/include/net/ |
| D | netdev_queues.h | 8 * DOC: Lockless queue stopping / waking helpers. 12 * and waking netdev queues without full lock protection. 23 * The waking side does not have similar context restrictions. 63 * equal to @stop_thrs or higher to avoid frequent waking 73 * -1 if the queue was re-enabled (raced with waking)
|
| /kernel/linux/linux-5.10/tools/perf/bench/ |
| D | futex-wake-parallel.c | 62 OPT_UINTEGER('w', "nwakers", &nwaking_threads, "Specify amount of waking threads"), 180 printf("[Run %d]: Avg per-thread latency (waking %d/%d threads) " in print_run() 195 printf("Avg per-thread latency (waking %d/%d threads) in %.4f ms (+-%.2f%%)\n", in print_summary() 269 "futex %p), %d threads waking up %d at a time.\n\n", in bench_futex_wake_parallel() 298 /* Ok, all threads are patiently blocked, start waking folks up */ in bench_futex_wake_parallel()
|
| D | futex-wake.c | 155 "waking up %d at a time.\n\n", in bench_futex_wake() 181 /* Ok, all threads are patiently blocked, start waking folks up */ in bench_futex_wake()
|
| /kernel/linux/linux-6.6/tools/testing/selftests/futex/functional/ |
| D | futex_requeue.c | 91 info("Waking 1 futex at f2\n"); in main() 114 info("Waking 3 futexes at f1 and requeuing 7 futexes from f1 to f2\n"); in main() 123 info("Waking INT_MAX futexes at f2\n"); in main()
|
| /kernel/linux/linux-6.6/tools/testing/selftests/ftrace/test.d/direct/ |
| D | kprobe-direct.tc | 15 grep -q "my_direct_func: waking up" trace 25 grep -q "my_direct_func: waking up" trace
|
| /kernel/linux/linux-5.10/tools/testing/selftests/ftrace/test.d/direct/ |
| D | kprobe-direct.tc | 15 grep -q "my_direct_func: waking up" trace 25 grep -q "my_direct_func: waking up" trace
|
| /kernel/linux/linux-6.6/tools/perf/bench/ |
| D | futex-wake-parallel.c | 64 OPT_UINTEGER('w', "nwakers", ¶ms.nwakes, "Specify amount of waking threads"), 201 printf("[Run %d]: Avg per-thread latency (waking %d/%d threads) " in print_run() 216 printf("Avg per-thread latency (waking %d/%d threads) in %.4f ms (+-%.2f%%)\n", in print_summary() 295 "futex %p), %d threads waking up %d at a time.\n\n", in bench_futex_wake_parallel() 323 /* Ok, all threads are patiently blocked, start waking folks up */ in bench_futex_wake_parallel()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
| D | intel_breadcrumbs_types.h | 16 * with the herd waking after every interrupt and each doing the 29 * the overhead of waking that client is much preferred.
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
| D | intel_breadcrumbs_types.h | 19 * with the herd waking after every interrupt and each doing the 32 * the overhead of waking that client is much preferred.
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/net/ |
| D | fsl-tsec-phy.txt | 63 waking up via magic packet. 65 waking up by Filer General Purpose Interrupt (FGPI) asserted on the
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/ |
| D | fsl-tsec-phy.txt | 63 waking up via magic packet. 65 waking up by Filer General Purpose Interrupt (FGPI) asserted on the
|
| /kernel/linux/linux-6.6/include/trace/events/ |
| D | sched.h | 139 * Tracepoint for waking up a task: 167 * Tracepoint called when waking a task; this tracepoint is guaranteed to be 168 * called from the waking context. 176 * It is not always called from the waking context. 183 * Tracepoint for waking up a new task: 669 * Tracepoint for waking a polling cpu without an IPI.
|
| /kernel/linux/linux-5.10/include/trace/events/ |
| D | sched.h | 60 * Tracepoint for waking up a task: 90 * Tracepoint called when waking a task; this tracepoint is guaranteed to be 91 * called from the waking context. 99 * It is not always called from the waking context. 106 * Tracepoint for waking up a new task: 589 * Tracepoint for waking a polling cpu without an IPI.
|
| /kernel/linux/linux-5.10/include/linux/sched/ |
| D | sd_flags.h | 78 * Consider waking task on waking CPU.
|
| /kernel/linux/linux-6.6/include/linux/sched/ |
| D | sd_flags.h | 78 * Consider waking task on waking CPU.
|
| /kernel/linux/linux-5.10/Documentation/locking/ |
| D | futex-requeue-pi.rst | 17 pthread_cond_broadcast() must resort to waking all the tasks waiting 94 requeue call returning to user space and the waiter waking and
|
| /kernel/linux/linux-6.6/Documentation/locking/ |
| D | futex-requeue-pi.rst | 17 pthread_cond_broadcast() must resort to waking all the tasks waiting 94 requeue call returning to user space and the waiter waking and
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/input/touchscreen/ |
| D | egalax-ts.txt | 7 - wakeup-gpios: the gpio pin to be used for waking up the controller
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/touchscreen/ |
| D | egalax-ts.txt | 7 - wakeup-gpios: the gpio pin to be used for waking up the controller
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-driver-intel-rapid-start | 20 remain asleep before waking up to enter hibernation.
|
| /kernel/linux/linux-6.6/Documentation/ABI/testing/ |
| D | sysfs-driver-intel-rapid-start | 20 remain asleep before waking up to enter hibernation.
|
| /kernel/linux/linux-5.10/samples/ftrace/ |
| D | ftrace-direct.c | 11 trace_printk("waking up %s-%d\n", p->comm, p->pid); in my_direct_func()
|
| /kernel/linux/linux-6.6/include/linux/platform_data/ |
| D | keypad-nomadik-ske.h | 38 * @wakeup_enable: allow waking up the system
|
| /kernel/linux/linux-5.10/include/linux/platform_data/ |
| D | keypad-nomadik-ske.h | 38 * @wakeup_enable: allow waking up the system
|
| /kernel/linux/linux-6.6/drivers/powercap/ |
| D | idle_inject.c | 78 * update() - This callback is invoked just before waking up CPUs to inject 215 * The function starts idle injection by first waking up all of the idle 319 * @update: This callback is called just before waking up CPUs to inject
|
12345678910>>...25