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

/illumos-gate/usr/src/uts/common/os/
H A Dsoftint.c105 * softcall_delay clock ticks, SOFT_STEAL is OR'ed so that softlevel1
143 * Max number of pokes per second before increasing softcall_delay
153 unsigned int softcall_delay = 1; variable
196 * Since softcall_delay is expressed as 1 = 10 milliseconds.
198 softcall_delay = softcall_delay * (hz/100);
352 if (w <= softcall_delay || ncpus == 1) {
371 softcall_delay++;

Completed in 45 milliseconds