Searched refs:__refcnt (Results 1 – 7 of 7) sorted by relevance
68 atomic_t __refcnt; /* 64-bit offset 64 */ member78 atomic_t __refcnt; /* 32-bit offset 64 */ member230 BUILD_BUG_ON(offsetof(struct dst_entry, __refcnt) & 63); in dst_hold()231 WARN_ON(atomic_inc_not_zero(&dst->__refcnt) == 0); in dst_hold()295 return atomic_inc_not_zero(&dst->__refcnt); in dst_hold_safe()
2134 if (dst && !atomic_inc_not_zero(&dst->__refcnt)) in sk_dst_get()
69 atomic_set(&dst->__refcnt, initial_ref); in dst_init()168 newrefcnt = atomic_dec_return(&dst->__refcnt); in dst_release()183 newrefcnt = atomic_dec_return(&dst->__refcnt); in dst_release_immediate()
843 ci.rta_clntref = atomic_read(&dst->__refcnt); in rtnl_put_cacheinfo()
76 atomic_set(&rt->dst.__refcnt, 1); in br_netfilter_rtable_init()
342 atomic_read(&rt->dst.__refcnt)); in __ip_vs_get_out_rt()510 atomic_read(&rt->dst.__refcnt)); in __ip_vs_get_out_rt_v6()
296 .__refcnt = ATOMIC_INIT(1),310 .__refcnt = ATOMIC_INIT(1),322 .__refcnt = ATOMIC_INIT(1),
Completed in 37 milliseconds