Home
last modified time | relevance | path

Searched refs:src_refcnt (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/hwtracing/coresight/
H A Dcoresight-replicator.c129 if (out->src_refcnt == 0) { in replicator_enable()
137 out->src_refcnt++; in replicator_enable()
183 if (--out->src_refcnt == 0) { in replicator_disable()
/linux/include/linux/
H A Dcoresight.h208 int src_refcnt;
203 atomic_t src_refcnt; global() member