Home
last modified time | relevance | path

Searched refs:wakeups (Results 1 – 25 of 33) sorted by relevance

12

/Linux-v6.1/tools/perf/bench/
Dfutex-requeue.c218 unsigned int nrequeued = 0, wakeups = 0; in bench_futex_requeue() local
252 wakeups++; /* assume no error */ in bench_futex_requeue()
275 nrequeued -= wakeups; in bench_futex_requeue()
278 j + 1, wakeups, nrequeued, in bench_futex_requeue()
/Linux-v6.1/drivers/soc/ti/
Dwkup_m3_ipc.c71 static const struct wkup_m3_wakeup_src wakeups[] = { variable
540 for (j = 0; j < ARRAY_SIZE(wakeups) - 1; j++) { in wkup_m3_request_wake_src()
541 if (wakeups[j].irq_nr == wakeup_src_idx) in wkup_m3_request_wake_src()
542 return wakeups[j].src; in wkup_m3_request_wake_src()
544 return wakeups[j].src; in wkup_m3_request_wake_src()
/Linux-v6.1/include/linux/mfd/
Ddbx500-prcmu.h238 static inline void prcmu_enable_wakeups(u32 wakeups) in prcmu_enable_wakeups() argument
240 db8500_prcmu_enable_wakeups(wakeups); in prcmu_enable_wakeups()
404 static inline void prcmu_enable_wakeups(u32 wakeups) {} in prcmu_enable_wakeups() argument
Ddb8500-prcmu.h525 void db8500_prcmu_enable_wakeups(u32 wakeups);
670 static inline void db8500_prcmu_enable_wakeups(u32 wakeups) {} in db8500_prcmu_enable_wakeups() argument
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-devices-platform-ACPI-TAD15 BIT(4): Correct status reported for wakeups from S4/S5 if set
50 wakeups if the system is on DC power.
55 wakeups if the system is on DC power, respectively.
/Linux-v6.1/tools/perf/tests/
Dperf-record.c66 int err = -1, errs = 0, i, wakeups = 0; in test__PERF_RECORD() local
292 if (++wakeups > 5) { in test__PERF_RECORD()
/Linux-v6.1/drivers/net/wireless/ti/wl12xx/
Ddebugfs.c51 WL12XX_DEBUGFS_FWSTATS_FILE(isr, wakeups, "%u");
151 DEBUGFS_FWSTATS_ADD(isr, wakeups); in wl12xx_debugfs_add_files()
Dacx.h110 __le32 wakeups; member
/Linux-v6.1/drivers/usb/musb/
Dtusb6010.c477 u32 wakeups; in musb_do_idle() local
484 wakeups = 0; in musb_do_idle()
486 wakeups = TUSB_PRCM_WHOSTDISCON in musb_do_idle()
489 wakeups |= TUSB_PRCM_WID; in musb_do_idle()
491 tusb_allow_idle(musb, wakeups); in musb_do_idle()
/Linux-v6.1/drivers/pinctrl/
Dpinctrl-at91.c60 u32 wakeups; member
1641 at91_gpio->wakeups |= mask; in gpio_irq_set_wake()
1643 at91_gpio->wakeups &= ~mask; in gpio_irq_set_wake()
1657 writel_relaxed(at91_chip->wakeups, pio + PIO_IER); in at91_gpio_suspend()
1659 if (!at91_chip->wakeups) in at91_gpio_suspend()
1663 'A' + at91_chip->id, at91_chip->wakeups); in at91_gpio_suspend()
1673 if (!at91_chip->wakeups) in at91_gpio_resume()
1676 writel_relaxed(at91_chip->wakeups, pio + PIO_IDR); in at91_gpio_resume()
/Linux-v6.1/drivers/net/wireless/ti/wl1251/
Ddebugfs.c133 DEBUGFS_FWSTATS_FILE(isr, wakeups, 20, "%u");
273 DEBUGFS_FWSTATS_DEL(isr, wakeups); in wl1251_debugfs_delete_files()
372 DEBUGFS_FWSTATS_ADD(isr, wakeups); in wl1251_debugfs_add_files()
Dacx.h929 u32 wakeups; member
/Linux-v6.1/Documentation/RCU/Design/Expedited-Grace-Periods/
DExpedited-Grace-Periods.rst386 periods and carrying out their wakeups.
391 | What happens if Task A takes so long to do its wakeups that Task E's |
417 allows wakeups for the previous expedited grace period to be overlapped
420 previous grace period's wakeups complete before the next grace period's
421 wakeups start. This is handled by having the ``->exp_mutex`` guard
423 wakeups. The key point is that the ``->exp_mutex`` is not released until
426 previous grace period's wakeups can be carried out while the current
427 grace period is in process, but that these wakeups will complete before
514 one grace period's wakeups to proceed concurrently with the next grace
/Linux-v6.1/arch/arm/boot/dts/
Dste-href-family-pinctrl.dtsi36 * The idle mode is basically sleep mode sans wakeups. Also
/Linux-v6.1/Documentation/virt/kvm/
Dhalt-polling.rst70 steady state polling interval but will only really do a good job for wakeups
140 entirely idle otherwise. This is because even if a guest has wakeups during which very
/Linux-v6.1/Documentation/driver-api/thermal/
Dintel_powerclamp.rst97 are not masked. Tests show that the extra wakeups from scheduler tick
157 enter idle without extra wakeups (such as external interrupts).
160 When an excessive amount of wakeups occurs during idle, an
/Linux-v6.1/tools/perf/Documentation/
Dperf-sched.txt144 --wakeups::
/Linux-v6.1/drivers/mfd/
Ddb8500-prcmu.c755 void db8500_prcmu_enable_wakeups(u32 wakeups) in db8500_prcmu_enable_wakeups() argument
761 BUG_ON(wakeups != (wakeups & VALID_WAKEUPS)); in db8500_prcmu_enable_wakeups()
764 if (wakeups & BIT(i)) in db8500_prcmu_enable_wakeups()
/Linux-v6.1/arch/arm64/boot/dts/qcom/
Dsc7180-idp.dts661 * is floating which may cause spurious wakeups.
Dsc7280-idp.dtsi825 * is floating which may cause spurious wakeups.
Dsc7280-qcard.dtsi639 * is floating which may cause spurious wakeups.
Dsc7180-trogdor.dtsi1486 * is floating which may cause spurious wakeups.
/Linux-v6.1/Documentation/locking/
Dlocktypes.rst273 Other types of wakeups would normally unconditionally set the task state
/Linux-v6.1/tools/memory-model/Documentation/
Drecipes.txt500 of ordering wakeups. The following comment taken from waitqueue_active()
/Linux-v6.1/Documentation/RCU/
Dstallwarn.rst90 - A hardware or software issue that prevents time-based wakeups

12