Home
last modified time | relevance | path

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

/linux/include/net/
H A Dact_api.h30 refcount_t tcfa_refcnt; member
55 #define tcf_refcnt common.tcfa_refcnt
/linux/net/sched/
H A Dact_api.c375 if (refcount_dec_and_mutex_lock(&p->tcfa_refcnt, &idrinfo->lock)) { in __tcf_action_put()
622 if (refcount_dec_and_test(&p->tcfa_refcnt)) { in tcf_idr_release_unsafe()
709 refcount_inc(&p->tcfa_refcnt); in tcf_idr_search()
758 if (refcount_dec_and_test(&p->tcfa_refcnt)) { in tcf_idr_delete_index()
788 refcount_set(&p->tcfa_refcnt, 1); in tcf_idr_create()
896 if (!refcount_inc_not_zero(&p->tcfa_refcnt)) { in tcf_idr_check_alloc()