Searched refs:task_cpu (Results 1 - 2 of 2) sorted by relevance

/include/trace/events/
H A Dsched.h75 __entry->target_cpu = task_cpu(p);
173 __entry->orig_cpu = task_cpu(p);
/include/linux/
H A Dsched.h2931 static inline unsigned int task_cpu(const struct task_struct *p) function
2938 return cpu_to_node(task_cpu(p));
2945 static inline unsigned int task_cpu(const struct task_struct *p) function

Completed in 645 milliseconds