Home
last modified time | relevance | path

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

/linux-2.6.39/kernel/
Dcpu.c47 struct task_struct *active_writer; member
55 .active_writer = NULL,
63 if (cpu_hotplug.active_writer == current) in get_online_cpus()
74 if (cpu_hotplug.active_writer == current) in put_online_cpus()
77 if (!--cpu_hotplug.refcount && unlikely(cpu_hotplug.active_writer)) in put_online_cpus()
78 wake_up_process(cpu_hotplug.active_writer); in put_online_cpus()
108 cpu_hotplug.active_writer = current; in cpu_hotplug_begin()
122 cpu_hotplug.active_writer = NULL; in cpu_hotplug_done()