Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/clk/
Dclk.c36 static int prepare_refcnt; variable
130 prepare_refcnt++; in clk_prepare_lock()
136 WARN_ON_ONCE(prepare_refcnt != 0); in clk_prepare_lock()
138 prepare_refcnt = 1; in clk_prepare_lock()
144 WARN_ON_ONCE(prepare_refcnt == 0); in clk_prepare_unlock()
146 if (--prepare_refcnt) in clk_prepare_unlock()