Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/cgroup/
Dcpuset.c298 static void cpuset_hotplug_workfn(struct work_struct *work);
299 static DECLARE_WORK(cpuset_hotplug_work, cpuset_hotplug_workfn);
2297 static void cpuset_hotplug_workfn(struct work_struct *work) in cpuset_hotplug_workfn() function