Home
last modified time | relevance | path

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

/linux/mm/
H A Dmemcontrol.c1855 enum memcg_memory_event event, bool allow_spinning) in __memcg_memory_event() argument
1861 VM_WARN_ON_ONCE(!allow_spinning && event != MEMCG_MAX); in __memcg_memory_event()
1864 if (!swap_event && allow_spinning) in __memcg_memory_event()
1869 if (allow_spinning) { in __memcg_memory_event()
2580 bool allow_spinning = gfpflags_allow_spinning(gfp_mask); in try_charge_memcg() local
2586 if (!allow_spinning) in try_charge_memcg()
2623 __memcg_memory_event(mem_over_limit, MEMCG_MAX, allow_spinning); in try_charge_memcg()
2690 __memcg_memory_event(mem_over_limit, MEMCG_MAX, allow_spinning); in try_charge_memcg()