Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcore.c2887 static bool ttwu_queue_wakelist(struct task_struct *p, int cpu, int wake_flags) in ttwu_queue_wakelist() function
2908 static inline bool ttwu_queue_wakelist(struct task_struct *p, int cpu, int wake_flags) in ttwu_queue_wakelist() function
2920 if (ttwu_queue_wakelist(p, cpu, wake_flags)) in ttwu_queue()
3190 ttwu_queue_wakelist(p, task_cpu(p), wake_flags | WF_ON_CPU)) in try_to_wake_up()