Searched refs:task_cpu (Results 1 – 4 of 4) sorted by relevance
158 __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);
193 unsigned int cpu = task_cpu(p); in kdb_process_cpu()
2302 static inline unsigned int task_cpu(const struct task_struct *p) in task_cpu() function2311 static inline unsigned int task_cpu(const struct task_struct *p) in task_cpu() function2360 return READ_ONCE(owner->on_cpu) && !vcpu_is_preempted(task_cpu(owner)); in owner_on_cpu()
303 return cpu_to_node(task_cpu(p)); in task_node()