Searched refs:clock_base (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.4/kernel/time/ |
| D | hrtimer.c | 71 .clock_base = 138 .clock_base = { { .cpu_base = &migration_cpu_base, }, }, 141 #define migration_base migration_cpu_base.clock_base[0] 231 new_base = &new_cpu_base->clock_base[basenum]; in switch_hrtimer_base() 497 return &cpu_base->clock_base[idx]; in __next_base() 594 ktime_t *offs_real = &base->clock_base[HRTIMER_BASE_REALTIME].offset; in hrtimer_update_base() 595 ktime_t *offs_boot = &base->clock_base[HRTIMER_BASE_BOOTTIME].offset; in hrtimer_update_base() 596 ktime_t *offs_tai = &base->clock_base[HRTIMER_BASE_TAI].offset; in hrtimer_update_base() 601 base->clock_base[HRTIMER_BASE_REALTIME_SOFT].offset = *offs_real; in hrtimer_update_base() 602 base->clock_base[HRTIMER_BASE_BOOTTIME_SOFT].offset = *offs_boot; in hrtimer_update_base() [all …]
|
| D | timer_list.c | 138 print_base(m, cpu_base->clock_base + i, now); in print_cpu()
|
| /Linux-v5.4/tools/perf/util/ |
| D | s390-cpumsf.c | 337 local.clock_base = be64toh(te->progusage[0]) >> 63 & 1; in s390_cpumsf_trailer_show() 353 trailer_timestamp(te, te->clock_base), in s390_cpumsf_trailer_show() 354 te->clock_base, te->progusage2); in s390_cpumsf_trailer_show() 550 bool clock_base; in get_trailer_time() local 556 clock_base = be64toh(te->progusage[0]) >> 63 & 0x1; in get_trailer_time() 559 clock_base = te->clock_base; in get_trailer_time() 562 if (!clock_base) /* TOD_CLOCK_BASE value missing */ in get_trailer_time() 569 aux_time = trailer_timestamp(te, clock_base) - progusage2; in get_trailer_time()
|
| D | s390-cpumcf-kernel.h | 26 unsigned int clock_base:1; /* TOD clock base */ member
|
| D | s390-cpumsf-kernel.h | 63 unsigned long long clock_base:1; /* in progusage2 */ member
|
| D | s390-sample-raw.c | 103 offset, te.clock_base ? 'T' : ' ', in s390_cpumcfdg_dumptrail()
|
| /Linux-v5.4/arch/s390/include/asm/ |
| D | cpu_mf.h | 149 unsigned int clock_base:1; /* in progusage2 */ member
|
| /Linux-v5.4/arch/s390/kernel/ |
| D | perf_cpum_cf_diag.c | 75 unsigned int clock_base:1; /* TOD clock base set */ member 120 te->clock_base = 1; /* Save clock base */ in cf_diag_trailer()
|
| D | perf_cpum_sf.c | 1649 te->clock_base = 1; in aux_sdb_init()
|
| /Linux-v5.4/include/linux/ |
| D | hrtimer.h | 236 struct hrtimer_clock_base clock_base[HRTIMER_MAX_CLOCK_BASES]; member
|
| /Linux-v5.4/Documentation/dev-tools/ |
| D | gdb-kernel-debugging.rst | 133 (gdb) set $next = $lx_per_cpu("hrtimer_bases").clock_base[0].active.next
|