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

/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-funnel.c87 if (atomic_read(&in->dest_refcnt) == 0) {
94 atomic_inc(&in->dest_refcnt);
131 if (atomic_dec_return(&in->dest_refcnt) == 0) {
H A Dcoresight-tpda.c193 if (atomic_read(&in->dest_refcnt) == 0) {
196 atomic_inc(&in->dest_refcnt);
226 if (atomic_dec_return(&in->dest_refcnt) == 0) {
/linux-master/include/linux/
H A Dcoresight.h203 atomic_t dest_refcnt; member in struct:coresight_connection

Completed in 244 milliseconds