Searched refs:task_cpu (Results 1 – 4 of 4) sorted by relevance
190 unsigned int cpu = task_cpu(p); in kdb_process_cpu()
2219 static inline unsigned int task_cpu(const struct task_struct *p) in task_cpu() function2228 static inline unsigned int task_cpu(const struct task_struct *p) in task_cpu() function2276 return READ_ONCE(owner->on_cpu) && !vcpu_is_preempted(task_cpu(owner)); in owner_on_cpu()
250 return cpu_to_node(task_cpu(p)); in task_node()
158 __entry->target_cpu = task_cpu(p);290 __entry->orig_cpu = task_cpu(p);
Completed in 13 milliseconds