Home
last modified time | relevance | path

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

/linux-6.15/drivers/hwtracing/coresight/
H A Dcoresight-tpda.c203 if (in->dest_refcnt == 0) { in tpda_enable()
206 in->dest_refcnt++; in tpda_enable()
236 if (--in->dest_refcnt == 0) { in tpda_disable()
H A Dcoresight-funnel.c89 if (in->dest_refcnt == 0) { in funnel_enable()
96 in->dest_refcnt++; in funnel_enable()
133 if (--in->dest_refcnt == 0) { in funnel_disable()
/linux-6.15/include/linux/
H A Dcoresight.h210 int dest_refcnt; member