Home
last modified time | relevance | path

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

/kernel/
Dcpu.c60 struct task_struct *active_writer; member
68 .active_writer = NULL,
76 if (cpu_hotplug.active_writer == current) in get_online_cpus()
87 if (cpu_hotplug.active_writer == current) in put_online_cpus()
94 if (!--cpu_hotplug.refcount && unlikely(cpu_hotplug.active_writer)) in put_online_cpus()
95 wake_up_process(cpu_hotplug.active_writer); in put_online_cpus()
125 cpu_hotplug.active_writer = current; in cpu_hotplug_begin()
139 cpu_hotplug.active_writer = NULL; in cpu_hotplug_done()