Searched refs:prepare_refcnt (Results 1 – 1 of 1) sorted by relevance
36 static int prepare_refcnt; variable120 prepare_refcnt++; in clk_prepare_lock()126 WARN_ON_ONCE(prepare_refcnt != 0); in clk_prepare_lock()128 prepare_refcnt = 1; in clk_prepare_lock()134 WARN_ON_ONCE(prepare_refcnt == 0); in clk_prepare_unlock()136 if (--prepare_refcnt) in clk_prepare_unlock()