Searched refs:parent_status (Results 1 – 2 of 2) sorted by relevance
1211 int *parent_status) in memcg_memory_allocated_add() argument1217 *parent_status = OVER_LIMIT; in memcg_memory_allocated_add()1238 sk_memory_allocated_add(struct sock *sk, int amt, int *parent_status) in sk_memory_allocated_add() argument1243 memcg_memory_allocated_add(sk->sk_cgrp, amt, parent_status); in sk_memory_allocated_add()
2006 int parent_status = UNDER_LIMIT; in __sk_mem_schedule() local2010 allocated = sk_memory_allocated_add(sk, amt, &parent_status); in __sk_mem_schedule()2013 if (parent_status == UNDER_LIMIT && in __sk_mem_schedule()2020 if ((parent_status > SOFT_LIMIT) || in __sk_mem_schedule()2025 if ((parent_status == OVER_LIMIT) || in __sk_mem_schedule()