Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/sched/
H A Disolation.h22 extern int housekeeping_any_cpu(enum hk_flags flags);
31 static inline int housekeeping_any_cpu(enum hk_flags flags) in housekeeping_any_cpu() function
/OK3568_Linux_fs/kernel/kernel/sched/
H A Disolation.c23 int housekeeping_any_cpu(enum hk_flags flags) in housekeeping_any_cpu() function
38 EXPORT_SYMBOL_GPL(housekeeping_any_cpu);
/OK3568_Linux_fs/kernel/kernel/
H A Dcpu.c1709 primary = housekeeping_any_cpu(HK_FLAG_TIMER); in freeze_secondary_cpus()