Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-funnel.c87 if (in->dest_refcnt == 0) { in funnel_enable()
94 in->dest_refcnt++; in funnel_enable()
131 if (--in->dest_refcnt == 0) { in funnel_disable()
H A Dcoresight-tpda.c231 if (in->dest_refcnt == 0) { in tpda_enable()
234 in->dest_refcnt++; in tpda_enable()
264 if (--in->dest_refcnt == 0) { in tpda_disable()
/linux/include/linux/
H A Dcoresight.h210 int dest_refcnt; member