Home
last modified time | relevance | path

Searched refs:fsw_rx_stall_thresh (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.1.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c131 static uint32_t fsw_rx_stall_thresh = NX_FSW_RX_STALL_THRES; variable
245 CTLFLAG_RW | CTLFLAG_LOCKED, &fsw_rx_stall_thresh, 0, "");
4585 if ((dequeue_ts < enqueue_ts) && (elapsed > fsw_rx_stall_thresh)) { in fsw_defunct_rx_stall_channel()
4797 if (fsw_rx_stall_thresh != 0) { in fsw_reap_thread_cont()
4798 if (last != 0 && (now - last) >= fsw_rx_stall_thresh) { in fsw_reap_thread_cont()