Searched full:waking (Results 1 – 25 of 305) sorted by relevance
12345678910>>...13
| /Linux-v6.1/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()
|
| /Linux-v6.1/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
|
| D | ftrace-direct.tc | 14 grep -q "my_direct_func: waking up" trace
|
| /Linux-v6.1/tools/perf/bench/ |
| D | futex-wake-parallel.c | 64 OPT_UINTEGER('w', "nwakers", ¶ms.nwakes, "Specify amount of waking threads"), 195 printf("[Run %d]: Avg per-thread latency (waking %d/%d threads) " in print_run() 210 printf("Avg per-thread latency (waking %d/%d threads) in %.4f ms (+-%.2f%%)\n", in print_summary() 290 "futex %p), %d threads waking up %d at a time.\n\n", in bench_futex_wake_parallel() 319 /* Ok, all threads are patiently blocked, start waking folks up */ in bench_futex_wake_parallel()
|
| D | futex-wake.c | 175 "waking up %d at a time.\n\n", in bench_futex_wake() 202 /* Ok, all threads are patiently blocked, start waking folks up */ in bench_futex_wake()
|
| /Linux-v6.1/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.
|
| /Linux-v6.1/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
|
| /Linux-v6.1/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.
|
| /Linux-v6.1/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
|
| /Linux-v6.1/include/linux/sched/ |
| D | sd_flags.h | 78 * Consider waking task on waking CPU.
|
| /Linux-v6.1/Documentation/devicetree/bindings/input/touchscreen/ |
| D | egalax-ts.txt | 7 - wakeup-gpios: the gpio pin to be used for waking up the controller
|
| /Linux-v6.1/Documentation/ABI/testing/ |
| D | sysfs-driver-intel-rapid-start | 20 remain asleep before waking up to enter hibernation.
|
| /Linux-v6.1/drivers/net/wireless/ath/ath10k/ |
| D | pci.h | 141 * waking up the device might scribble over host memory or return 146 /* Waking up takes some time (up to 2ms in some cases) so it can be bad
|
| /Linux-v6.1/include/linux/platform_data/ |
| D | keypad-nomadik-ske.h | 38 * @wakeup_enable: allow waking up the system
|
| /Linux-v6.1/Documentation/trace/rv/ |
| D | monitor_wwnr.rst | 37 waking the task up. BOOM, the wakeup will happen while the task is
|
| /Linux-v6.1/Documentation/devicetree/bindings/gpio/ |
| D | gpio-consumer-common.yaml | 44 GPIO connected to the pin waking up the device from suspend or other
|
| /Linux-v6.1/arch/arm/mach-tegra/ |
| D | reset-handler.S | 191 /* Waking up from LP1? */ 204 /* Waking up from LP2? */
|
| /Linux-v6.1/include/linux/ |
| D | rcuwait.h | 9 * rcuwait provides a way of blocking and waking up a single
|
| /Linux-v6.1/arch/arm/mach-imx/ |
| D | cpuidle-imx6q.c | 61 * i.MX6 Q/DL has an erratum (ERR006687) that prevents the FEC from waking the
|
| /Linux-v6.1/arch/mips/loongson64/ |
| D | pm.c | 57 * Setup the board-specific events for waking up loongson from wait mode
|
| /Linux-v6.1/drivers/gpu/drm/i915/ |
| D | vlv_suspend.c | 355 drm_err(&i915->drm, "timeout disabling GT waking\n"); in vlv_allow_gt_wake() 389 drm_dbg(&i915->drm, "GT register access while GT waking disabled\n"); in vlv_check_no_gt_access() 430 /* For safety always re-enable waking and disable gfx clock forcing */ in vlv_suspend_complete()
|
| /Linux-v6.1/samples/ftrace/ |
| D | ftrace-direct.c | 12 trace_printk("waking up %s-%d\n", p->comm, p->pid); in my_direct_func()
|
| /Linux-v6.1/drivers/net/wireless/intel/iwlegacy/ |
| D | csr.h | 74 * these provide simple PCI bus access, without waking up the MAC. 187 #define CSR_INT_BIT_WAKEUP (1 << 1) /* NIC controller waking up (pwr mgmt) */ 375 * these provide only simple PCI bus access, without waking up the MAC.
|
| /Linux-v6.1/kernel/power/ |
| D | autosleep.c | 58 * system from trying to suspend and waking up in a tight loop. in try_to_suspend()
|
| /Linux-v6.1/arch/arm/mach-omap2/ |
| D | powerdomain.h | 51 * to a lower sleep state without waking up the powerdomain 172 * low-power state (e.g., OFF) without first waking up the
|
12345678910>>...13