Searched refs:prepare_owner (Results 1 – 1 of 1) sorted by relevance
33 static struct task_struct *prepare_owner; variable224 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()