Home
last modified time | relevance | path

Searched refs:refcount_read (Results 201 – 225 of 288) sorted by relevance

12345678910>>...12

/openbmc/linux/drivers/firmware/arm_scmi/
H A Dnotify.c1169 if (refcount_read(sid) == 0) { in __scmi_enable_evt()
/openbmc/linux/fs/afs/
H A Dwrite.c981 if (refcount_read(&wbk->usage) == 1) in afs_prune_wb_keys()
/openbmc/linux/net/caif/
H A Dcaif_socket.c1004 caif_assert(!refcount_read(&sk->sk_wmem_alloc)); in caif_sock_destructor()
/openbmc/linux/net/ipv4/
H A Dtcp_metrics.c908 !refcount_read(&tm_net(tm)->ns.count); in tcp_metrics_flush_all()
H A Draw.c1040 refcount_read(&sp->sk_refcnt), sp, atomic_read(&sp->sk_drops)); in raw_sock_seq_show()
/openbmc/linux/fs/btrfs/
H A Dextent_map.c244 if (refcount_read(&em->refs) > 2) in try_merge_map()
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_standalone.c369 seq_printf(s, "use=%u\n", refcount_read(&ct->ct_general.use)); in ct_seq_show()
H A Dnfnetlink_log.c1103 inst->flushtimeout, refcount_read(&inst->use)); in seq_show()
H A Dnf_conntrack_core.c578 WARN_ON(refcount_read(&nfct->use) != 0); in nf_ct_destroy()
1678 WARN_ON(refcount_read(&ct->ct_general.use) != 0); in nf_conntrack_free()
H A Dnft_ct.c253 if (likely(refcount_read(&ct->ct_general.use) == 1)) { in nft_ct_set_zone_eval()
/openbmc/linux/net/core/
H A Dskbuff.c1020 if (refcount_read(&fclones->fclone_ref) == 1) in kfree_skbmem()
1903 refcount_read(&fclones->fclone_ref) == 1) { in skb_clone()
6655 if (refcount_read(&old->refcnt) == 1) in skb_ext_maybe_cow()
6787 refcount_read(&ext->refcnt) == 1) { in __skb_ext_del()
6802 if (refcount_read(&ext->refcnt) == 1) in __skb_ext_put()
H A Dnet_namespace.c240 if (refcount_read(&net->ns.count) == 0) in peernet2id_alloc()
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_core.c564 cp->flags, refcount_read(&cp->refcnt)); in ip_vs_schedule()
1209 cp->flags, refcount_read(&cp->refcnt)); in ip_vs_new_conn_out()
/openbmc/linux/include/linux/
H A Dskbuff.h1212 if (likely(refcount_read(&skb->users) == 1)) in skb_unref()
1317 refcount_read(&fclones->fclone_ref) > 1 && in skb_fclone_busy()
1979 return refcount_read(&skb->users) != 1; in skb_shared()
/openbmc/linux/net/unix/
H A Daf_unix.c531 (refcount_read(&sk->sk_wmem_alloc) << 2) <= READ_ONCE(sk->sk_sndbuf); in unix_writable()
576 DEBUG_NET_WARN_ON_ONCE(refcount_read(&sk->sk_wmem_alloc)); in unix_sock_destructor()
3292 refcount_read(&s->sk_refcnt), in unix_seq_show()
/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_scsi.c102 WARN_ON(!refcount_read(&io->ref.refcount)); in efct_scsi_io_free()
/openbmc/linux/net/ipv6/
H A Ddatagram.c1071 refcount_read(&sp->sk_refcnt), sp, in __ip6_dgram_sock_seq_show()
H A Dtcp_ipv6.c2054 refcount_read(&sp->sk_refcnt), sp, in get_tcp6_sock()
2087 refcount_read(&tw->tw_refcnt), tw); in get_timewait6_sock()
H A Dip6_fib.c1042 if (refcount_read(&rt->fib6_ref) != 1) { in fib6_purge_rt()
2515 rt->fib6_metric, refcount_read(&rt->fib6_ref), 0, in ipv6_route_native_seq_show()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl.c103 return refcount_read(&ruleset->ref_count) == 2; in mlxsw_sp_acl_ruleset_is_singular()
/openbmc/linux/net/ceph/
H A Dosd_client.c1304 dout("get_osd %p %d -> %d\n", osd, refcount_read(&osd->o_ref)-1, in get_osd()
1305 refcount_read(&osd->o_ref)); in get_osd()
1315 dout("put_osd %p %d -> %d\n", osd, refcount_read(&osd->o_ref), in put_osd()
1316 refcount_read(&osd->o_ref) - 1); in put_osd()
5331 WARN_ON(refcount_read(&osdc->homeless_osd.o_ref) != 1); in ceph_osdc_stop()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_matcher.c1095 if (WARN_ON_ONCE(refcount_read(&matcher->refcount) > 1)) in mlx5dr_matcher_destroy()
/openbmc/linux/net/bridge/
H A Dbr_netfilter_hooks.c622 WARN_ON_ONCE(refcount_read(&nfct->use) != 1); in br_nf_local_in()
/openbmc/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_g2d.c392 if (refcount_read(&g2d_userptr->refcount) > 0) in g2d_userptr_put_dma_addr()
/openbmc/linux/include/net/netfilter/
H A Dnf_tables.h592 return refcount_read(&s->refs) != 1; in nft_set_gc_is_pending()

12345678910>>...12