Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-tpda.c64 if (atomic_read(&in->dest_refcnt) == 0) in tpda_enable()
67 atomic_inc(&in->dest_refcnt); in tpda_enable()
94 if (atomic_dec_return(&in->dest_refcnt) == 0) in tpda_disable()
H A Dcoresight-funnel.c87 if (atomic_read(&in->dest_refcnt) == 0) { in funnel_enable()
94 atomic_inc(&in->dest_refcnt); in funnel_enable()
131 if (atomic_dec_return(&in->dest_refcnt) == 0) { in funnel_disable()
H A Dcoresight-core.c363 if (atomic_read(&csdev->pdata->in_conns[i]->dest_refcnt) != in coresight_disable_link()
/openbmc/linux/include/linux/
H A Dcoresight.h202 atomic_t dest_refcnt; member