Home
last modified time | relevance | path

Searched refs:prepare_owner (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/clk/
H A Dclk.c30 static struct task_struct *prepare_owner; variable
224 if (prepare_owner == current) { in clk_prepare_lock()
230 WARN_ON_ONCE(prepare_owner != NULL); in clk_prepare_lock()
232 prepare_owner = current; in clk_prepare_lock()
238 WARN_ON_ONCE(prepare_owner != current); in clk_prepare_unlock()
243 prepare_owner = NULL; in clk_prepare_unlock()
/kernel/linux/linux-6.6/drivers/clk/
H A Dclk.c30 static struct task_struct *prepare_owner; variable
129 if (prepare_owner == current) { in clk_prepare_lock()
135 WARN_ON_ONCE(prepare_owner != NULL); in clk_prepare_lock()
137 prepare_owner = current; in clk_prepare_lock()
143 WARN_ON_ONCE(prepare_owner != current); in clk_prepare_unlock()
148 prepare_owner = NULL; in clk_prepare_unlock()

Completed in 13 milliseconds