Searched refs:refcount_read (Results 201 - 225 of 300) sorted by relevance

1234567891011>>

/linux-master/drivers/dma/mediatek/
H A Dmtk-hsdma.c817 if (!refcount_read(&hsdma->pc_refcnt)) {
/linux-master/net/ipv6/
H A Ddatagram.c1070 refcount_read(&sp->sk_refcnt), sp,
H A Dtcp_ipv6.c2238 refcount_read(&sp->sk_refcnt), sp,
2271 refcount_read(&tw->tw_refcnt), tw);
/linux-master/net/caif/
H A Dcaif_socket.c1005 caif_assert(!refcount_read(&sk->sk_wmem_alloc));
/linux-master/drivers/vdpa/mlx5/core/
H A Dmr.c575 mr, mr->mkey, refcount_read(&mr->refcount));
/linux-master/net/netfilter/
H A Dnfnetlink_log.c1103 inst->flushtimeout, refcount_read(&inst->use));
H A Dnf_conntrack_standalone.c372 seq_printf(s, "use=%u\n", refcount_read(&ct->ct_general.use));
/linux-master/net/sched/
H A Dem_meta.c342 dst->value = refcount_read(&skb->sk->sk_refcnt);
H A Dact_ife.c649 .refcnt = refcount_read(&ife->tcf_refcnt) - ref,
H A Dact_tunnel_key.c724 .refcnt = refcount_read(&t->tcf_refcnt) - ref,
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_switchdev.c1122 refcount_read(&mdb_entry_port->refcount) == 1)
1166 refcount_read(&mdb_entry_port->refcount) == 1)
2142 refcount_read(&removed_entry_port->refcount) > 1)
2146 refcount_read(&removed_entry_port->refcount) > 2)
H A Dspectrum_acl.c103 return refcount_read(&ruleset->ref_count) == 2;
/linux-master/drivers/s390/char/
H A Dvmur.c953 if (!force && (refcount_read(&urd->ref_count) > 2)) {
/linux-master/net/ipv4/
H A Draw.c1048 refcount_read(&sp->sk_refcnt), sp, atomic_read(&sp->sk_drops));
H A Dtcp_metrics.c912 !refcount_read(&tm_net(tm)->ns.count);
/linux-master/kernel/bpf/
H A Dbpf_struct_ops.c618 if (uvalue->common.state || refcount_read(&uvalue->common.refcnt))
/linux-master/fs/btrfs/
H A Dextent_map.c249 if (refcount_read(&em->refs) > 2)
/linux-master/tools/testing/selftests/bpf/bpf_testmod/
H A Dbpf_testmod.c925 while (refcount_read(&prog_test_struct.cnt) > 1)
/linux-master/net/bluetooth/rfcomm/
H A Dsock.c197 BT_DBG("sk %p state %d refcnt %d", sk, sk->sk_state, refcount_read(&sk->sk_refcnt));
/linux-master/net/core/
H A Dsock.c2178 refcount_read(&sk->sk_wmem_alloc) == 0);
2642 refcount_read(&sk->sk_wmem_alloc) < READ_ONCE(sk->sk_sndbuf)) {
2747 if (refcount_read(&sk->sk_wmem_alloc) < READ_ONCE(sk->sk_sndbuf))
3101 } else if (refcount_read(&sk->sk_wmem_alloc) < wmem0) {
H A Dskbuff.c1141 if (refcount_read(&fclones->fclone_ref) == 1)
2044 refcount_read(&fclones->fclone_ref) == 1) {
6831 if (refcount_read(&old->refcnt) == 1)
6963 refcount_read(&ext->refcnt) == 1) {
6978 if (refcount_read(&ext->refcnt) == 1)
/linux-master/kernel/
H A Daudit_tree.c1062 BUG_ON(refcount_read(&mark->refcnt) < 1);
/linux-master/drivers/tty/serial/
H A Dsb1250-duart.c699 if (refcount_read(&duart->map_guard) == 1) {
/linux-master/net/netfilter/ipvs/
H A Dip_vs_core.c564 cp->flags, refcount_read(&cp->refcnt));
1209 cp->flags, refcount_read(&cp->refcnt));
/linux-master/include/trace/events/
H A Dbtrfs.h310 __entry->refs = refcount_read(&map->refs);
539 __entry->refs = refcount_read(&ordered->refs);

Completed in 319 milliseconds

1234567891011>>