Home
last modified time | relevance | path

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

/linux-3.4.99/kernel/
Dcpu.c48 struct task_struct *active_writer; member
56 .active_writer = NULL,
64 if (cpu_hotplug.active_writer == current) in get_online_cpus()
75 if (cpu_hotplug.active_writer == current) in put_online_cpus()
78 if (!--cpu_hotplug.refcount && unlikely(cpu_hotplug.active_writer)) in put_online_cpus()
79 wake_up_process(cpu_hotplug.active_writer); in put_online_cpus()
109 cpu_hotplug.active_writer = current; in cpu_hotplug_begin()
123 cpu_hotplug.active_writer = NULL; in cpu_hotplug_done()