Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Dsched_clock.c48 static int irqtime = -1; variable
50 core_param(irqtime, irqtime, int, 0400);
242 if (irqtime > 0 || (irqtime == -1 && rate >= 1000000)) in sched_clock_register()
/linux/kernel/sched/
H A Dsched.h3309 struct irqtime { struct
3316 DECLARE_PER_CPU(struct irqtime, cpu_irqtime); argument
3331 struct irqtime *irqtime = &per_cpu(cpu_irqtime, cpu); in irq_time_read() local
3336 seq = __u64_stats_fetch_begin(&irqtime->sync); in irq_time_read()
3337 total = irqtime->total; in irq_time_read()
3338 } while (__u64_stats_fetch_retry(&irqtime->sync, seq)); in irq_time_read()