Searched refs:stop_one_cpu_nowait (Results 1 – 5 of 5) sorted by relevance
/linux/include/linux/ |
H A D | stop_machine.h | 34 bool stop_one_cpu_nowait(unsigned int cpu, cpu_stop_fn_t fn, void *arg, 71 static inline bool stop_one_cpu_nowait(unsigned int cpu, in stop_one_cpu_nowait() function
|
/linux/kernel/ |
H A D | stop_machine.c | 367 * stop_one_cpu_nowait - stop a cpu but don't wait for completion 384 bool stop_one_cpu_nowait(unsigned int cpu, cpu_stop_fn_t fn, void *arg, in stop_one_cpu_nowait() function
|
/linux/kernel/sched/ |
H A D | core.c | 2633 stop_one_cpu_nowait(task_cpu(p), migration_cpu_stop, in migration_cpu_stop() 2947 stop_one_cpu_nowait(rq->cpu, push_cpu_stop, in affine_move_task() 3019 stop_one_cpu_nowait(cpu_of(rq), migration_cpu_stop, in affine_move_task() 8052 stop_one_cpu_nowait(rq->cpu, __balance_push_cpu_stop, push_task, in balance_push()
|
H A D | deadline.c | 2862 stop_one_cpu_nowait(src_rq->cpu, push_cpu_stop, in pull_dl_task()
|
H A D | fair.c | 11926 stop_one_cpu_nowait(cpu_of(busiest), in sched_balance_rq()
|