Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/time/
Dhrtimer.c119 static struct hrtimer_cpu_base migration_cpu_base = { variable
120 .seq = SEQCNT_ZERO(migration_cpu_base),
121 .clock_base = { { .cpu_base = &migration_cpu_base, }, },
124 #define migration_base migration_cpu_base.clock_base[0]