Searched refs:wakeups (Results 1 – 19 of 19) sorted by relevance
52 static int wakeups; in tinythread() local59 if (wakeups >= NTHREADS-1) { in tinythread()72 wakeups++; in tinythread()
36 * The idle mode is basically sleep mode sans wakeups. Also
526 uint64_t wakeups = counter_u64_fetch(tx_stats->wakeup); in mana_xmit() local528 if (stops > MANA_TXQ_STOP_THRESHOLD && wakeups > 0 && in mana_xmit()529 stops > wakeups && txq->alt_txq_idx == txq->idx) { in mana_xmit()531 (txq->idx + (stops / wakeups)) in mana_xmit()1576 uint64_t wakeups = counter_u64_fetch(txq->stats.wakeup); in mana_poll_tx_cq() local1578 if (stops < wakeups) { in mana_poll_tx_cq()
656 * is floating which may cause spurious wakeups.
826 * is floating which may cause spurious wakeups.
632 * is floating which may cause spurious wakeups.
840 * is floating which may cause spurious wakeups.
956 * is floating which may cause spurious wakeups.
1043 * is floating which may cause spurious wakeups.
1084 * is floating which may cause spurious wakeups.
1287 * is floating which may cause spurious wakeups.
1294 * is floating which may cause spurious wakeups.
1382 * is floating which may cause spurious wakeups.
89 uint64_t wakeups; member3257 CTLFLAG_RD, &sc->wakeups, 0, "thread wakeups"); in ktls_reclaim_thread()3265 sc->wakeups++; in ktls_reclaim_thread()
486 packets sent, packet send failures, input wakeups, useful input wakeups.
365 packets sent, packet send failures, input wakeups, useful input wakeups.
100 wakeups from select(3).
284 ensure an application can avoid wakeups it doesn't want.513 be unable to prevent spurious wakeups due to normal application data when they
1853 entering any/all sleep states in order to avoid premature wakeups. In