Home
last modified time | relevance | path

Searched refs:memory_allocated (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/include/net/
H A Dproto_memory.h44 return max(0L, atomic_long_read(prot->memory_allocated)); in proto_memory_allocated()
58 atomic_long_add(val, proto->memory_allocated); in proto_memory_pcpu_drain()
H A Dsock.h1302 atomic_long_t *memory_allocated; /* Current allocated memory. */ member
1514 return !!sk->sk_prot->memory_allocated; in sk_has_account()
/linux-6.15/net/ipv4/
H A Dudplite.c63 .memory_allocated = &udp_memory_allocated,
H A Dtcp_ipv4.c3393 .memory_allocated = &tcp_memory_allocated,
H A Dudp.c3211 .memory_allocated = &udp_memory_allocated,
/linux-6.15/net/ipv6/
H A Dudplite.c62 .memory_allocated = &udp_memory_allocated,
H A Dudp.c1925 .memory_allocated = &udp_memory_allocated,
H A Dtcp_ipv6.c2357 .memory_allocated = &tcp_memory_allocated,
/linux-6.15/drivers/md/dm-vdo/indexer/
H A Ddelta-index.h184 size_t memory_allocated; member
/linux-6.15/net/core/
H A Dsock.c4108 if (prot->memory_allocated && !prot->sysctl_mem) { in proto_register()
4112 if (prot->memory_allocated && !prot->per_cpu_fw_alloc) { in proto_register()
4225 return proto->memory_allocated != NULL ? proto_memory_allocated(proto) : -1L; in sock_prot_memory_allocated()
/linux-6.15/net/sctp/
H A Dsocket.c9715 .memory_allocated = &sctp_memory_allocated,
9772 .memory_allocated = &sctp_memory_allocated,
/linux-6.15/net/mptcp/
H A Dprotocol.c3728 .memory_allocated = &tcp_memory_allocated,