Home
last modified time | relevance | path

Searched refs:cpuset_wait_for_hotplug (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dcpuset.h57 extern void cpuset_wait_for_hotplug(void);
179 static inline void cpuset_wait_for_hotplug(void) { } in cpuset_wait_for_hotplug() function
/kernel/linux/linux-5.10/kernel/power/
Dprocess.c207 cpuset_wait_for_hotplug(); in thaw_processes()
/kernel/linux/patches/linux-5.10/yangfan_patch/
Dkernel.patch645 @@ -3296,6 +3315,7 @@ void cpuset_wait_for_hotplug(void)
649 +EXPORT_SYMBOL_GPL(cpuset_wait_for_hotplug);
/kernel/linux/linux-5.10/kernel/
Dcpu.c869 cpuset_wait_for_hotplug(); in cpu_up_down_serialize_trainwrecks()
/kernel/linux/linux-5.10/kernel/cgroup/
Dcpuset.c3299 void cpuset_wait_for_hotplug(void) in cpuset_wait_for_hotplug() function