Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dclock.c91 struct sched_clock_data { struct
97 static DEFINE_PER_CPU_SHARED_ALIGNED(struct sched_clock_data, sched_clock_data); argument
99 static __always_inline struct sched_clock_data *this_scd(void) in this_scd()
101 return this_cpu_ptr(&sched_clock_data); in this_scd()
104 notrace static inline struct sched_clock_data *cpu_sdc(int cpu) in cpu_sdc()
106 return &per_cpu(sched_clock_data, cpu); in cpu_sdc()
114 notrace static void __scd_stamp(struct sched_clock_data *scd) in __scd_stamp()
122 struct sched_clock_data *scd; in __set_sched_clock_stable()
157 struct sched_clock_data *scd; in __sched_clock_work()
169 per_cpu(sched_clock_data, cpu) = *scd; in __sched_clock_work()
[all …]