Home
last modified time | relevance | path

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

/include/linux/
A Dkdb.h190 unsigned int cpu = task_cpu(p); in kdb_process_cpu()
A Dsched.h2219 static inline unsigned int task_cpu(const struct task_struct *p) in task_cpu() function
2228 static inline unsigned int task_cpu(const struct task_struct *p) in task_cpu() function
2276 return READ_ONCE(owner->on_cpu) && !vcpu_is_preempted(task_cpu(owner)); in owner_on_cpu()
/include/linux/sched/
A Dtopology.h250 return cpu_to_node(task_cpu(p)); in task_node()
/include/trace/events/
A Dsched.h158 __entry->target_cpu = task_cpu(p);
290 __entry->orig_cpu = task_cpu(p);

Completed in 13 milliseconds