Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c148 uint32_t ipfm_q_count; /* # of allocated reass queues */ member
217 mgr->ipfm_q_count = 0; in fsw_ip_frag_mgr_create()
227 &mgr->ipfm_q_count); in fsw_ip_frag_mgr_create()
833 mgr->ipfm_q_count >= mgr->ipfm_q_limit) { in ipfq_timeout()
835 mgr->ipfm_f_count, mgr->ipfm_f_limit, mgr->ipfm_q_count, in ipfq_timeout()
837 uint32_t target_q_count = mgr->ipfm_q_count / 2; in ipfq_timeout()
838 while (mgr->ipfm_q_count > target_q_count) { in ipfq_timeout()
847 if (mgr->ipfm_q_count > 0) { in ipfq_timeout()
864 if (mgr->ipfm_q_count > 0 && in ipfq_sched_timeout()
908 if (mgr->ipfm_q_count > mgr->ipfm_q_limit) { in ipfq_alloc()
[all …]