Searched refs:parent_status (Results 1 – 2 of 2) sorted by relevance
1195 int *parent_status) in memcg_memory_allocated_add() argument1201 *parent_status = OVER_LIMIT; in memcg_memory_allocated_add()1222 sk_memory_allocated_add(struct sock *sk, int amt, int *parent_status) in sk_memory_allocated_add() argument1227 memcg_memory_allocated_add(sk->sk_cgrp, amt, parent_status); in sk_memory_allocated_add()
2072 int parent_status = UNDER_LIMIT; in __sk_mem_schedule() local2076 allocated = sk_memory_allocated_add(sk, amt, &parent_status); in __sk_mem_schedule()2079 if (parent_status == UNDER_LIMIT && in __sk_mem_schedule()2086 if ((parent_status > SOFT_LIMIT) || in __sk_mem_schedule()2091 if ((parent_status == OVER_LIMIT) || in __sk_mem_schedule()