Searched refs:qabs (Results 1 – 3 of 3) sorted by relevance
71 static __inline quad_t qabs(quad_t a) { return (a < 0 ? -a : a); } in qabs() function
163 } else if (qabs(uio->uio_offset - nh->nh_nextoff) <= MAX_REORDERED_RPC * in nfsrv_sequential_heuristic()
208 } else if (qabs(uio->uio_offset - nh->nh_nextoff) <= MAX_REORDERED_RPC * in nfsrv_sequential_heuristic()