Searched refs:clock_base (Results 1 – 10 of 10) sorted by relevance
75 .clock_base =133 .clock_base = { {140 #define migration_base migration_cpu_base.clock_base[0]253 new_base = &new_cpu_base->clock_base[basenum]; in switch_hrtimer_base()498 return &cpu_base->clock_base[idx]; in __next_base()629 ktime_t *offs_real = &base->clock_base[HRTIMER_BASE_REALTIME].offset; in hrtimer_update_base()630 ktime_t *offs_boot = &base->clock_base[HRTIMER_BASE_BOOTTIME].offset; in hrtimer_update_base()631 ktime_t *offs_tai = &base->clock_base[HRTIMER_BASE_TAI].offset; in hrtimer_update_base()636 base->clock_base[HRTIMER_BASE_REALTIME_SOFT].offset = *offs_real; in hrtimer_update_base()637 base->clock_base[HRTIMER_BASE_BOOTTIME_SOFT].offset = *offs_boot; in hrtimer_update_base()[all …]
121 print_base(m, cpu_base->clock_base + i, now); in print_cpu()
338 local.clock_base = be64toh(te->progusage[0]) >> 63 & 1; in s390_cpumsf_trailer_show()354 trailer_timestamp(te, te->clock_base), in s390_cpumsf_trailer_show()355 te->clock_base, te->progusage2); in s390_cpumsf_trailer_show()553 bool clock_base; in get_trailer_time() local559 clock_base = be64toh(te->progusage[0]) >> 63 & 0x1; in get_trailer_time()562 clock_base = te->clock_base; in get_trailer_time()565 if (!clock_base) /* TOD_CLOCK_BASE value missing */ in get_trailer_time()572 aux_time = trailer_timestamp(te, clock_base) - progusage2; in get_trailer_time()
29 unsigned int clock_base:1; /* TOD clock base */ member
63 unsigned long long clock_base:1; /* in progusage2 */ member
104 offset, te.clock_base ? 'T' : ' ', in s390_cpumcfdg_dumptrail()
125 struct hrtimer_clock_base clock_base[HRTIMER_MAX_CLOCK_BASES]; member
130 (gdb) set $leftmost = $lx_per_cpu(hrtimer_bases).clock_base[0].active.rb_root.rb_leftmost
126 (gdb) set $leftmost = $lx_per_cpu(hrtimer_bases).clock_base[0].active.rb_root.rb_leftmost
137 (gdb) set $leftmost = $lx_per_cpu(hrtimer_bases).clock_base[0].active.rb_root.rb_leftmost