Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/sched/
Dclock.c88 struct sched_clock_data { struct
94 static DEFINE_PER_CPU_SHARED_ALIGNED(struct sched_clock_data, sched_clock_data); argument
96 static __always_inline struct sched_clock_data *this_scd(void) in this_scd()
98 return this_cpu_ptr(&sched_clock_data); in this_scd()
101 notrace static inline struct sched_clock_data *cpu_sdc(int cpu) in cpu_sdc()
103 return &per_cpu(sched_clock_data, cpu); in cpu_sdc()
111 notrace static void __scd_stamp(struct sched_clock_data *scd) in __scd_stamp()
119 struct sched_clock_data *scd; in __set_sched_clock_stable()
154 struct sched_clock_data *scd; in __sched_clock_work()
166 per_cpu(sched_clock_data, cpu) = *scd; in __sched_clock_work()
[all …]