Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/hwtracing/coresight/
Dcoresight-tpda.c193 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()
Dcoresight-funnel.c89 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()
/linux-6.12.1/include/linux/
Dcoresight.h204 atomic_t dest_refcnt; member