Searched refs:prepare_owner (Results 1 – 1 of 1) sorted by relevance
30 static struct task_struct *prepare_owner; variable136 if (prepare_owner == current) { in clk_prepare_lock()142 WARN_ON_ONCE(prepare_owner != NULL); in clk_prepare_lock()144 prepare_owner = current; in clk_prepare_lock()150 WARN_ON_ONCE(prepare_owner != current); in clk_prepare_unlock()155 prepare_owner = NULL; in clk_prepare_unlock()