Searched refs:irqtime (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/kernel/time/
H A Dsched_clock.c72 static int irqtime = -1; variable
74 core_param(irqtime, irqtime, int, 0400);
228 if (irqtime > 0 || (irqtime == -1 && rate >= 1000000)) sched_clock_register()
/linux-4.4.14/drivers/s390/block/
H A Ddasd.c804 long strtime, irqtime, endtime, tottime; /* in microseconds */ dasd_profile_end() local
823 irqtime = ((cqr->stopclk - cqr->startclk) >> 12); dasd_profile_end()
832 dasd_profile_counter(irqtime, irqtime_ind); dasd_profile_end()
833 dasd_profile_counter(irqtime / sectors, irqtimeps_ind); dasd_profile_end()

Completed in 94 milliseconds