Searched refs:dest_refcnt (Results 1 – 3 of 3) sorted by relevance
193 if (atomic_read(&in->dest_refcnt) == 0) { in tpda_enable()196 atomic_inc(&in->dest_refcnt); in tpda_enable()226 if (atomic_dec_return(&in->dest_refcnt) == 0) { in tpda_disable()
89 if (atomic_read(&in->dest_refcnt) == 0) { in funnel_enable()96 atomic_inc(&in->dest_refcnt); in funnel_enable()133 if (atomic_dec_return(&in->dest_refcnt) == 0) { in funnel_disable()
204 atomic_t dest_refcnt; member