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

/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix_intr.c255 hrtime_t intrtime = now - t->t_intr_start; local
256 mcpu->intrstat[pil][0] += intrtime;
257 cpu->cpu_intracct[cpu->cpu_mstate] += intrtime;
305 hrtime_t intrtime; local
316 intrtime = now - it->t_intr_start;
317 mcpu->intrstat[pil][0] += intrtime;
318 cpu->cpu_intracct[cpu->cpu_mstate] += intrtime;
407 hrtime_t intrtime; local
441 intrtime = now -
443 mcpu->intrstat[nestpil][0] += intrtime;
487 hrtime_t intrtime; local
627 hrtime_t intrtime = now - t->t_intr_start; local
680 hrtime_t intrtime; local
[all...]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dintr.c531 hrtime_t intrtime; local
562 intrtime = now -
564 mcpu->intrstat[nestpil][0] += intrtime;
565 cpu->cpu_intracct[cpu->cpu_mstate] += intrtime;
581 intrtime = now - t->t_intr_start;
582 mcpu->intrstat[t->t_pil][0] += intrtime;
583 cpu->cpu_intracct[cpu->cpu_mstate] += intrtime;
627 hrtime_t intrtime; local
655 intrtime = now - mcpu->pil_high_start[pil - (LOCK_LEVEL + 1)];
656 mcpu->intrstat[pil][0] += intrtime;
723 hrtime_t intrtime = now - t->t_intr_start; local
776 hrtime_t intrtime; local
1004 hrtime_t intrtime = now - t->t_intr_start; local
1054 hrtime_t intrtime; local
[all...]

Completed in 50 milliseconds