Searched refs:stop_one_cpu_nowait (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/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-6.15/kernel/ |
| H A D | stop_machine.c | 385 bool stop_one_cpu_nowait(unsigned int cpu, cpu_stop_fn_t fn, void *arg, in stop_one_cpu_nowait() function
|
| H A D | watchdog.c | 698 stop_one_cpu_nowait(smp_processor_id(), in watchdog_timer_fn()
|
| /linux-6.15/kernel/sched/ |
| H A D | rt.c | 2030 stop_one_cpu_nowait(rq->cpu, push_cpu_stop, in push_rt_task() 2367 stop_one_cpu_nowait(src_rq->cpu, push_cpu_stop, in pull_rt_task()
|
| H A D | core.c | 2638 stop_one_cpu_nowait(task_cpu(p), migration_cpu_stop, in migration_cpu_stop() 2952 stop_one_cpu_nowait(rq->cpu, push_cpu_stop, in affine_move_task() 3024 stop_one_cpu_nowait(cpu_of(rq), migration_cpu_stop, in affine_move_task() 8103 stop_one_cpu_nowait(rq->cpu, __balance_push_cpu_stop, push_task, in balance_push()
|
| H A D | deadline.c | 2860 stop_one_cpu_nowait(src_rq->cpu, push_cpu_stop, in pull_dl_task()
|
| H A D | fair.c | 11945 stop_one_cpu_nowait(cpu_of(busiest), in sched_balance_rq()
|