Searched refs:task_cpu (Results 26 - 32 of 32) sorted by relevance

12

/linux-master/kernel/sched/
H A Drt.c1549 /* For anything but wake ups, just return the task_cpu */
1829 int cpu = task_cpu(task);
1986 BUG_ON(rq->cpu != task_cpu(p));
/linux-master/kernel/trace/
H A Dtrace_osnoise.c1222 long cpu = task_cpu(p);
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c579 smp_call_function_single(task_cpu(t), _update_task_closid_rmid, t, 1);
2879 cpumask_set_cpu(task_cpu(t), mask);
/linux-master/kernel/rcu/
H A Dtree.c742 cpu = task_cpu(t);
H A Drcutorture.c2278 wtp == NULL ? -1 : (int)task_cpu(wtp));
/linux-master/arch/powerpc/xmon/
H A Dxmon.c3281 state, task_cpu(tsk),
/linux-master/kernel/events/
H A Dcore.c79 if (task_cpu(p) != smp_processor_id())
104 * task_cpu() goes offline concurrently.
120 ret = smp_call_function_single(task_cpu(p), remote_function,
2906 * task_cpu() load, such that if the IPI then does not find the task

Completed in 279 milliseconds

12