Searched refs:cpu_stop_work (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | stop_machine.h | 24 struct cpu_stop_work { struct 35 struct cpu_stop_work *work_buf); argument 46 struct cpu_stop_work { struct 64 struct cpu_stop_work *stwork = in stop_one_cpu_nowait_workfn() argument 65 container_of(work, struct cpu_stop_work, work); in stop_one_cpu_nowait_workfn() 73 struct cpu_stop_work *work_buf) in stop_one_cpu_nowait()
|
| /linux-6.15/kernel/ |
| H A D | stop_machine.c | 44 struct cpu_stop_work stop_work; /* for stop_cpus */ 85 struct cpu_stop_work *work, in __cpu_stop_queue_work() 93 static bool cpu_stop_queue_work(unsigned int cpu, struct cpu_stop_work *work) in cpu_stop_queue_work() 262 static int cpu_stop_queue_two_works(int cpu1, struct cpu_stop_work *work1, in cpu_stop_queue_two_works() 263 int cpu2, struct cpu_stop_work *work2) in cpu_stop_queue_two_works() 338 struct cpu_stop_work work1, work2; in stop_two_cpus() 348 work1 = work2 = (struct cpu_stop_work){ in stop_two_cpus() 386 struct cpu_stop_work *work_buf) in stop_one_cpu_nowait() 396 struct cpu_stop_work *work; in queue_stop_cpus_work() 490 struct cpu_stop_work *work; in cpu_stopper_thread() [all …]
|
| H A D | watchdog.c | 662 static DEFINE_PER_CPU(struct cpu_stop_work, softlockup_stop_work);
|
| /linux-6.15/kernel/sched/ |
| H A D | sched.h | 1200 struct cpu_stop_work active_balance_work; 1276 struct cpu_stop_work push_work;
|
| H A D | core.c | 2518 struct cpu_stop_work stop_work; 8043 static DEFINE_PER_CPU(struct cpu_stop_work, push_work);
|