sched_clock_data
return this_cpu_ptr(&sched_clock_data);
notrace static inline struct sched_clock_data *cpu_sdc(int cpu)
return &per_cpu(sched_clock_data, cpu);
notrace static void __scd_stamp(struct sched_clock_data *scd)
struct sched_clock_data *scd;
struct sched_clock_data *scd;
per_cpu(sched_clock_data, cpu) = *scd;
struct sched_clock_data *scd = this_scd();
static __always_inline u64 sched_clock_local(struct sched_clock_data *scd)
static notrace u64 sched_clock_remote(struct sched_clock_data *scd)
struct sched_clock_data *my_scd = this_scd();
struct sched_clock_data *scd;
struct sched_clock_data *scd;
static DEFINE_PER_CPU_SHARED_ALIGNED(struct sched_clock_data, sched_clock_data);
static __always_inline struct sched_clock_data *this_scd(void)