Lines Matching refs:sched_clock_data
127 struct sched_clock_data { struct
133 static DEFINE_PER_CPU_SHARED_ALIGNED(struct sched_clock_data, sched_clock_data); argument
135 static inline struct sched_clock_data *this_scd(void) in this_scd()
137 return this_cpu_ptr(&sched_clock_data); in this_scd()
140 static inline struct sched_clock_data *cpu_sdc(int cpu) in cpu_sdc()
142 return &per_cpu(sched_clock_data, cpu); in cpu_sdc()
151 struct sched_clock_data *scd = cpu_sdc(cpu); in sched_clock_init()
195 static u64 sched_clock_local(struct sched_clock_data *scd) in sched_clock_local()
227 static u64 sched_clock_remote(struct sched_clock_data *scd) in sched_clock_remote()
229 struct sched_clock_data *my_scd = this_scd(); in sched_clock_remote()
296 struct sched_clock_data *scd; in sched_clock_cpu()
319 struct sched_clock_data *scd; in sched_clock_tick()