Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dispadmin/
H A Dsubr.c111 ulong_t twomodulus; in _hrtnewres() local
170 if ((twomodulus = 2 * modulus) / 2 == modulus) { in _hrtnewres()
177 if (twomodulus >= htp->hrt_res) { in _hrtnewres()
/illumos-gate/usr/src/cmd/priocntl/
H A Dsubr.c585 ulong_t twomodulus; local
643 if ((twomodulus = 2 * modulus) / 2 == modulus) {
650 if (twomodulus >= htp->hrt_res) {