Searched defs:nosteal (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/disp/
H A Ddisp.c133 * Setting nosteal_nsec to 0 effectively disables the nosteal 'protection'.
2216 hrtime_t now, nosteal, rqtime; local
2253 * nosteal interval or global nosteal interval
2273 nosteal = nosteal_nsec;
2274 if (nosteal == 0)
2286 * than allowed nosteal delay.
2292 if (rqtime > nosteal || rqtime < 0)
2295 DTRACE_PROBE4(nosteal, kthread_t *, tp,
2301 now += (nosteal
[all...]

Completed in 60 milliseconds