Searched refs:isqrt (Results 1 – 3 of 3) sorted by relevance
153 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()
72 uint16_t isqrt; /* last isqrt for control low */ member
208 static u_int isqrt(u_int num);966 isqrt(u_int num) in isqrt() function1073 if (target == 0 && ndirty * isqrt(howmany(nfreed + 1, in vm_pageout_laundry_worker()