Home
last modified time | relevance | path

Searched full:waking (Results 1 – 25 of 318) sorted by relevance

12345678910>>...13

/linux-6.8/include/net/
Dnetdev_queues.h8 * 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)
/linux-6.8/tools/testing/selftests/futex/functional/
Dfutex_requeue.c91 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()
/linux-6.8/tools/testing/selftests/ftrace/test.d/direct/
Dkprobe-direct.tc15 grep -q "my_direct_func: waking up" trace
25 grep -q "my_direct_func: waking up" trace
Dftrace-direct.tc14 grep -q "my_direct_func: waking up" trace
/linux-6.8/tools/perf/bench/
Dfutex-wake-parallel.c64 OPT_UINTEGER('w', "nwakers", &params.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()
Dfutex-wake.c177 "waking up %d at a time.\n\n", in bench_futex_wake()
203 /* Ok, all threads are patiently blocked, start waking folks up */ in bench_futex_wake()
/linux-6.8/drivers/gpu/drm/i915/gt/
Dintel_breadcrumbs_types.h20 * with the herd waking after every interrupt and each doing the
33 * the overhead of waking that client is much preferred.
/linux-6.8/Documentation/devicetree/bindings/net/
Dfsl-tsec-phy.txt63 waking up via magic packet.
65 waking up by Filer General Purpose Interrupt (FGPI) asserted on the
/linux-6.8/include/trace/events/
Dsched.h139 * 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:
718 * Tracepoint for waking a polling cpu without an IPI.
/linux-6.8/include/linux/sched/
Dsd_flags.h78 * Consider waking task on waking CPU.
/linux-6.8/Documentation/locking/
Dfutex-requeue-pi.rst17 pthread_cond_broadcast() must resort to waking all the tasks waiting
94 requeue call returning to user space and the waiter waking and
/linux-6.8/Documentation/devicetree/bindings/input/touchscreen/
Degalax-ts.txt7 - wakeup-gpios: the gpio pin to be used for waking up the controller
/linux-6.8/Documentation/ABI/testing/
Dsysfs-driver-intel-rapid-start20 remain asleep before waking up to enter hibernation.
/linux-6.8/drivers/powercap/
Didle_inject.c78 * 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
/linux-6.8/drivers/net/wireless/ath/ath10k/
Dpci.h142 * waking up the device might scribble over host memory or return
147 /* Waking up takes some time (up to 2ms in some cases) so it can be bad
/linux-6.8/include/linux/platform_data/
Dkeypad-nomadik-ske.h38 * @wakeup_enable: allow waking up the system
/linux-6.8/Documentation/devicetree/bindings/gpio/
Dgpio-consumer-common.yaml44 GPIO connected to the pin waking up the device from suspend or other
/linux-6.8/Documentation/trace/rv/
Dmonitor_wwnr.rst37 waking the task up. BOOM, the wakeup will happen while the task is
/linux-6.8/rust/kernel/sync/
Dcondvar.rs161 /// completely (as opposed to automatically waking up the next waiter).
169 /// completely (as opposed to automatically waking up the next waiter).
/linux-6.8/arch/arm/mach-tegra/
Dreset-handler.S193 /* Waking up from LP1? */
206 /* Waking up from LP2? */
/linux-6.8/drivers/gpu/drm/i915/
Dvlv_suspend.c343 drm_err(&i915->drm, "timeout disabling GT waking\n"); in vlv_allow_gt_wake()
377 drm_dbg(&i915->drm, "GT register access while GT waking disabled\n"); in vlv_check_no_gt_access()
418 /* For safety always re-enable waking and disable gfx clock forcing */ in vlv_suspend_complete()
/linux-6.8/arch/mips/loongson64/
Dpm.c57 * Setup the board-specific events for waking up loongson from wait mode
/linux-6.8/arch/arm/mach-imx/
Dcpuidle-imx6q.c61 * i.MX6 Q/DL has an erratum (ERR006687) that prevents the FEC from waking the
/linux-6.8/arch/arm/mach-s3c/
Dpm.h70 * Setup all the necessary GPIO pins for waking the system on external
/linux-6.8/include/linux/
Drcuwait.h9 * rcuwait provides a way of blocking and waking up a single

12345678910>>...13