Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Ddn_aqm_codel.c153 cst->isqrt = (1UL<< FIX_POINT_BITS) * 7/10; in control_law()
166 temp = (uint32_t) cst->isqrt * cst->isqrt; in control_law()
179 temp = (cst->isqrt * temp) >> (FIX_POINT_BITS + FIX_POINT_BITS - 8); in control_law()
180 cst->isqrt = temp; in control_law()
H A Ddn_aqm_codel.h72 uint16_t isqrt; /* last isqrt for control low */ member
/f-stack/freebsd/vm/
H A Dvm_pageout.c208 static u_int isqrt(u_int num);
966 isqrt(u_int num) in isqrt() function
1073 if (target == 0 && ndirty * isqrt(howmany(nfreed + 1, in vm_pageout_laundry_worker()