Searched refs:allocated (Results 1 – 2 of 2) sorted by relevance
46 type of objects that are currently allocated. This is useful for
2500 long allocated = sk_memory_allocated_add(sk, amt); in __sk_mem_raise_allocated() local2508 if (allocated <= sk_prot_mem_limits(sk, 0)) { in __sk_mem_raise_allocated()2514 if (allocated > sk_prot_mem_limits(sk, 1)) in __sk_mem_raise_allocated()2518 if (allocated > sk_prot_mem_limits(sk, 2)) in __sk_mem_raise_allocated()2563 trace_sock_exceed_buf_limit(sk, prot, allocated, kind); in __sk_mem_raise_allocated()