Searched refs:new_count (Results 1 – 1 of 1) sorted by relevance
317 uint8_t new_count; in ti_clk_put() local324 new_count = __atomic_sub_fetch(&clkp->ref_count, 1U, __ATOMIC_ACQ_REL); in ti_clk_put()325 if (new_count == 0U) { in ti_clk_put()