/linux/tools/perf/bench/ |
H A D | futex-requeue.c | 219 unsigned int nrequeued = 0, wakeups = 0; in bench_futex_requeue() local 253 wakeups++; /* assume no error */ in bench_futex_requeue() 276 nrequeued -= wakeups; in bench_futex_requeue() 279 j + 1, wakeups, nrequeued, in bench_futex_requeue()
|
/linux/drivers/soc/ti/ |
H A D | wkup_m3_ipc.c | 70 static const struct wkup_m3_wakeup_src wakeups[] = { variable 537 for (j = 0; j < ARRAY_SIZE(wakeups) - 1; j++) { in wkup_m3_request_wake_src() 538 if (wakeups[j].irq_nr == wakeup_src_idx) in wkup_m3_request_wake_src() 539 return wakeups[j].src; in wkup_m3_request_wake_src() 541 return wakeups[j].src; in wkup_m3_request_wake_src()
|
/linux/include/linux/mfd/ |
H A D | dbx500-prcmu.h | 238 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
|
H A D | db8500-prcmu.h | 525 void db8500_prcmu_enable_wakeups(u32 wakeups); 670 static inline void db8500_prcmu_enable_wakeups(u32 wakeups) {} in db8500_prcmu_enable_wakeups() argument
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-devices-platform-ACPI-TAD | 15 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/lib/ |
H A D | sbitmap.c | 602 unsigned int wakeups; in sbitmap_queue_wake_up() local 608 wakeups = atomic_read(&sbq->wakeup_cnt); in sbitmap_queue_wake_up() 611 if (atomic_read(&sbq->completion_cnt) - wakeups < wake_batch) in sbitmap_queue_wake_up() 614 &wakeups, wakeups + wake_batch)); in sbitmap_queue_wake_up()
|
/linux/tools/perf/tests/ |
H A D | perf-record.c | 68 int err = -1, errs = 0, i, wakeups = 0; in test__PERF_RECORD() local 294 if (++wakeups > 5) { in test__PERF_RECORD()
|
/linux/drivers/net/wireless/ti/wl12xx/ |
H A D | debugfs.c | 51 WL12XX_DEBUGFS_FWSTATS_FILE(isr, wakeups, "%u"); 151 DEBUGFS_FWSTATS_ADD(isr, wakeups); in wl12xx_debugfs_add_files()
|
H A D | acx.h | 110 __le32 wakeups; member
|
/linux/drivers/usb/musb/ |
H A D | tusb6010.c | 482 u32 wakeups; in musb_do_idle() local 489 wakeups = 0; in musb_do_idle() 491 wakeups = TUSB_PRCM_WHOSTDISCON in musb_do_idle() 494 wakeups |= TUSB_PRCM_WID; in musb_do_idle() 496 tusb_allow_idle(musb, wakeups); in musb_do_idle()
|
/linux/drivers/pinctrl/ |
H A D | pinctrl-at91.c | 60 u32 wakeups; member 1647 at91_gpio->wakeups |= mask; in gpio_irq_set_wake() 1649 at91_gpio->wakeups &= ~mask; in gpio_irq_set_wake() 1663 writel_relaxed(at91_chip->wakeups, pio + PIO_IER); in at91_gpio_suspend() 1665 if (!at91_chip->wakeups) in at91_gpio_suspend() 1669 'A' + at91_chip->id, at91_chip->wakeups); in at91_gpio_suspend() 1679 if (!at91_chip->wakeups) in at91_gpio_resume() 1682 writel_relaxed(at91_chip->wakeups, pio + PIO_IDR); in at91_gpio_resume()
|
/linux/Documentation/RCU/Design/Expedited-Grace-Periods/ |
H A D | Expedited-Grace-Periods.rst | 386 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/drivers/net/wireless/ti/wl1251/ |
H A D | debugfs.c | 133 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()
|
H A D | acx.h | 929 u32 wakeups; member
|
/linux/tools/testing/vsock/ |
H A D | README | 64 POLLIN wakeups: C
|
/linux/Documentation/virt/kvm/ |
H A D | halt-polling.rst | 70 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/arch/arm/boot/dts/st/ |
H A D | ste-href-family-pinctrl.dtsi | 36 * The idle mode is basically sleep mode sans wakeups. Also
|
/linux/Documentation/admin-guide/thermal/ |
H A D | intel_powerclamp.rst | 99 are not masked. Tests show that the extra wakeups from scheduler tick 160 enter idle without extra wakeups (such as external interrupts). 164 When an excessive amount of wakeups occurs during idle, an
|
/linux/drivers/mfd/ |
H A D | db8500-prcmu.c | 755 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/tools/perf/Documentation/ |
H A D | perf-sched.txt | 190 --wakeups::
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | sc7180-idp.dts | 656 * is floating which may cause spurious wakeups.
|
H A D | sc7280-qcard.dtsi | 632 * is floating which may cause spurious wakeups.
|
H A D | sc7280-idp.dtsi | 824 * is floating which may cause spurious wakeups.
|
H A D | qcm6490-shift-otter.dts | 840 * is floating which may cause spurious wakeups.
|
H A D | sc7180-acer-aspire1.dts | 956 * is floating which may cause spurious wakeups.
|