Home
last modified time | relevance | path

Searched refs:allow_spinning (Results 1 – 2 of 2) sorted by relevance

/linux/mm/
H A Dmemcontrol.c1900 enum memcg_memory_event event, bool allow_spinning) in __memcg_memory_event() argument
1906 VM_WARN_ON_ONCE(!allow_spinning && event != MEMCG_MAX); in __memcg_memory_event()
1909 if (!swap_event && allow_spinning) in __memcg_memory_event()
1914 if (allow_spinning) { in __memcg_memory_event()
2658 bool allow_spinning = gfpflags_allow_spinning(gfp_mask); in try_charge_memcg() local
2664 if (!allow_spinning) in try_charge_memcg()
2714 __memcg_memory_event(mem_over_limit, MEMCG_MAX, allow_spinning); in try_charge_memcg()
2781 __memcg_memory_event(mem_over_limit, MEMCG_MAX, allow_spinning); in try_charge_memcg()
/linux/include/linux/
H A Dmemcontrol.h1004 enum memcg_memory_event event, bool allow_spinning);