Searched refs:memory_allocated (Results 1 – 12 of 12) sorted by relevance
/linux/include/net/ |
H A D | proto_memory.h | 44 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 D | sock.h | 1318 atomic_long_t *memory_allocated; /* Current allocated memory. */ member 1530 return !!sk->sk_prot->memory_allocated; in sk_has_account()
|
/linux/net/ipv4/ |
H A D | udplite.c | 63 .memory_allocated = &net_aligned_data.udp_memory_allocated,
|
H A D | udp.c | 3234 .memory_allocated = &net_aligned_data.udp_memory_allocated,
|
H A D | tcp_ipv4.c | 3529 .memory_allocated = &net_aligned_data.tcp_memory_allocated,
|
/linux/net/ipv6/ |
H A D | udplite.c | 62 .memory_allocated = &net_aligned_data.udp_memory_allocated,
|
H A D | udp.c | 1926 .memory_allocated = &net_aligned_data.udp_memory_allocated,
|
H A D | tcp_ipv6.c | 2357 .memory_allocated = &net_aligned_data.tcp_memory_allocated,
|
/linux/drivers/md/dm-vdo/indexer/ |
H A D | delta-index.h | 184 size_t memory_allocated; member
|
/linux/net/core/ |
H A D | sock.c | 4139 if (prot->memory_allocated && !prot->sysctl_mem) { in proto_register() 4143 if (prot->memory_allocated && !prot->per_cpu_fw_alloc) { in proto_register() 4256 return proto->memory_allocated != NULL ? proto_memory_allocated(proto) : -1L; in sock_prot_memory_allocated()
|
/linux/net/sctp/ |
H A D | socket.c | 9716 .memory_allocated = &sctp_memory_allocated, 9773 .memory_allocated = &sctp_memory_allocated,
|
/linux/net/mptcp/ |
H A D | protocol.c | 3788 .memory_allocated = &net_aligned_data.tcp_memory_allocated,
|