Home
last modified time | relevance | path

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

/linux/include/net/
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()
A Dsock.h1289 atomic_long_t *memory_allocated; /* Current allocated memory. */ member
1510 return !!sk->sk_prot->memory_allocated; in sk_has_account()
/linux/net/ipv4/
A Dudplite.c63 .memory_allocated = &udp_memory_allocated,
A Dudp.c2962 .memory_allocated = &udp_memory_allocated,
A Dtcp_ipv4.c3377 .memory_allocated = &tcp_memory_allocated,
/linux/net/ipv6/
A Dudplite.c62 .memory_allocated = &udp_memory_allocated,
A Dudp.c1787 .memory_allocated = &udp_memory_allocated,
A Dtcp_ipv6.c2349 .memory_allocated = &tcp_memory_allocated,
/linux/drivers/md/dm-vdo/indexer/
A Ddelta-index.h184 size_t memory_allocated; member
/linux/net/core/
A Dsock.c4026 if (prot->memory_allocated && !prot->sysctl_mem) { in proto_register()
4030 if (prot->memory_allocated && !prot->per_cpu_fw_alloc) { in proto_register()
4143 return proto->memory_allocated != NULL ? proto_memory_allocated(proto) : -1L; in sock_prot_memory_allocated()
/linux/net/sctp/
A Dsocket.c9709 .memory_allocated = &sctp_memory_allocated,
9766 .memory_allocated = &sctp_memory_allocated,
/linux/net/mptcp/
A Dprotocol.c3846 .memory_allocated = &tcp_memory_allocated,

Completed in 60 milliseconds