Home
last modified time | relevance | path

Searched refs:tcfa_refcnt (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dact_api.h29 refcount_t tcfa_refcnt; member
49 #define tcf_refcnt common.tcfa_refcnt
/kernel/linux/linux-6.6/include/net/
H A Dact_api.h30 refcount_t tcfa_refcnt; member
51 #define tcf_refcnt common.tcfa_refcnt
/kernel/linux/linux-5.10/net/sched/
H A Dact_api.c129 if (refcount_dec_and_mutex_lock(&p->tcfa_refcnt, &idrinfo->lock)) { in __tcf_action_put()
295 if (refcount_dec_and_test(&p->tcfa_refcnt)) { in tcf_idr_release_unsafe()
382 refcount_inc(&p->tcfa_refcnt); in tcf_idr_search()
406 if (refcount_dec_and_test(&p->tcfa_refcnt)) { in tcf_idr_delete_index()
436 refcount_set(&p->tcfa_refcnt, 1); in tcf_idr_create()
532 refcount_inc(&p->tcfa_refcnt); in tcf_idr_check_alloc()
/kernel/linux/linux-6.6/net/sched/
H A Dact_api.c377 if (refcount_dec_and_mutex_lock(&p->tcfa_refcnt, &idrinfo->lock)) { in __tcf_action_put()
577 if (refcount_dec_and_test(&p->tcfa_refcnt)) { in tcf_idr_release_unsafe()
664 refcount_inc(&p->tcfa_refcnt); in tcf_idr_search()
713 if (refcount_dec_and_test(&p->tcfa_refcnt)) { in tcf_idr_delete_index()
743 refcount_set(&p->tcfa_refcnt, 1); in tcf_idr_create()
841 refcount_inc(&p->tcfa_refcnt); in tcf_idr_check_alloc()

Completed in 7 milliseconds