Searched defs:refcount (Results 1 - 6 of 6) sorted by relevance

/net/8021q/
H A Dvlan_core.c195 int refcount; member in struct:vlan_vid_info
282 vid_info->refcount++;
331 vid_info->refcount--;
332 if (vid_info->refcount == 0) {
/net/ipv4/netfilter/
H A Dipt_CLUSTERIP.c42 atomic_t refcount; /* reference count */ member in struct:clusterip_config
73 atomic_inc(&c->refcount);
85 if (atomic_dec_and_test(&c->refcount))
105 * functions are also incrementing the refcount on their own,
136 if (unlikely(!atomic_inc_not_zero(&c->refcount)))
173 atomic_set(&c->refcount, 1);
297 /* don't need to clusterip_config_get() here, since refcount
/net/wireless/
H A Dcore.h135 unsigned long refcount; member in struct:cfg80211_internal_bss
/net/rds/
H A Dib.h185 atomic_t refcount; member in struct:rds_ib_device
/net/batman-adv/
H A Dtypes.h65 * @refcount: number of contexts the object is used
80 atomic_t refcount; member in struct:batadv_hard_iface
129 * @refcount: number of contexts the object is used
176 atomic_t refcount; member in struct:batadv_orig_node
191 * @refcount: number of contexts the object is used
198 atomic_t refcount; member in struct:batadv_gw_node
218 * @refcount: number of contexts the object is used
235 atomic_t refcount; member in struct:batadv_neigh_node
637 * @refcount: number of contexts the object is used
650 atomic_t refcount; member in struct:batadv_bla_backbone_gw
671 atomic_t refcount; member in struct:batadv_bla_claim
690 atomic_t refcount; member in struct:batadv_tt_common_entry
730 atomic_t refcount; member in struct:batadv_tt_orig_list_entry
783 atomic_t refcount; member in struct:batadv_nc_node
803 atomic_t refcount; member in struct:batadv_nc_path
894 struct kref refcount; member in struct:batadv_vis_info
976 atomic_t refcount; member in struct:batadv_dat_entry
[all...]
/net/mac80211/
H A Dieee80211_i.h669 int refcount; member in struct:ieee80211_chanctx

Completed in 398 milliseconds