Home
last modified time | relevance | path

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

/include/trace/events/
Dsched.h158 __entry->target_cpu = task_cpu(p);
292 __entry->orig_cpu = task_cpu(p);
824 __entry->owner_cpu = task_cpu(mutex_owner);
829 __entry->blocked_cpu = task_cpu(blocked);
866 __entry->owner_cpu = task_cpu(owner);
871 __entry->blocked_cpu = task_cpu(blocked);
908 __entry->remote_cpu = task_cpu(owner);
/include/linux/
Dkdb.h193 unsigned int cpu = task_cpu(p); in kdb_process_cpu()
Dsched.h2302 static inline unsigned int task_cpu(const struct task_struct *p) in task_cpu() function
2311 static inline unsigned int task_cpu(const struct task_struct *p) in task_cpu() function
2360 return READ_ONCE(owner->on_cpu) && !vcpu_is_preempted(task_cpu(owner)); in owner_on_cpu()
/include/linux/sched/
Dtopology.h303 return cpu_to_node(task_cpu(p)); in task_node()