Searched refs:idle_check (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/netpfil/ipfw/
H A Ddn_sched_wf2q.c111 * strategy. The function idle_check() drains at most N elements
115 idle_check(struct wf2qp_si *si, int n, int force) function
205 idle_check(si, 0x7fffffff, 1);
210 idle_check(si, 1, 0); /* drain something from the idle heap */

Completed in 48 milliseconds