Searched refs:wakeups (Results 1 – 16 of 16) 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()1566 uint64_t wakeups = counter_u64_fetch(txq->stats.wakeup); in mana_poll_tx_cq() local1568 if (stops < wakeups) { in mana_poll_tx_cq()
89 uint64_t wakeups; member3244 CTLFLAG_RD, &sc->wakeups, 0, "thread wakeups"); in ktls_reclaim_thread()3252 sc->wakeups++; in ktls_reclaim_thread()
656 * is floating which may cause spurious wakeups.
824 * 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.
992 * is floating which may cause spurious wakeups.
1294 * is floating which may cause spurious wakeups.
1382 * is floating which may cause spurious wakeups.
486 packets sent, packet send failures, input wakeups, useful input wakeups.
365 packets sent, packet send failures, input wakeups, useful input wakeups.
1745 entering any/all sleep states in order to avoid premature wakeups. In