Home
last modified time | relevance | path

Searched refs:cpu_stop_work (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/
Dstop_machine.h23 struct cpu_stop_work { struct
33 struct cpu_stop_work *work_buf); argument
41 struct cpu_stop_work { struct
59 struct cpu_stop_work *stwork = in stop_one_cpu_nowait_workfn() argument
60 container_of(work, struct cpu_stop_work, work); in stop_one_cpu_nowait_workfn()
68 struct cpu_stop_work *work_buf) in stop_one_cpu_nowait()
/linux-4.1.27/kernel/
Dstop_machine.c74 static void cpu_stop_queue_work(unsigned int cpu, struct cpu_stop_work *work) in cpu_stop_queue_work()
119 struct cpu_stop_work work = { .fn = fn, .arg = arg, .done = &done }; in stop_one_cpu()
217 struct cpu_stop_work *work1;
218 struct cpu_stop_work *work2;
247 struct cpu_stop_work work1, work2; in stop_two_cpus()
259 work1 = work2 = (struct cpu_stop_work){ in stop_two_cpus()
320 struct cpu_stop_work *work_buf) in stop_one_cpu_nowait()
322 *work_buf = (struct cpu_stop_work){ .fn = fn, .arg = arg, }; in stop_one_cpu_nowait()
328 static DEFINE_PER_CPU(struct cpu_stop_work, stop_cpus_work);
334 struct cpu_stop_work *work; in queue_stop_cpus_work()
[all …]
/linux-4.1.27/kernel/sched/
Dsched.h625 struct cpu_stop_work active_balance_work;