Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c130 static uint32_t fsw_rx_stall_thresh = NX_FSW_RX_STALL_THRES; variable
244 CTLFLAG_RW | CTLFLAG_LOCKED, &fsw_rx_stall_thresh, 0, "");
4431 if ((dequeue_ts < enqueue_ts) && (elapsed > fsw_rx_stall_thresh)) { in fsw_defunct_rx_stall_channel()
4638 if (fsw_rx_stall_thresh != 0) { in fsw_reap_thread_cont()
4639 if (last != 0 && (now - last) >= fsw_rx_stall_thresh) { in fsw_reap_thread_cont()