Searched refs:VM_WARN_ONCE (Results 1 – 2 of 2) sorted by relevance
41 #define VM_WARN_ONCE(cond, format...) WARN_ONCE(cond, format) macro49 #define VM_WARN_ONCE(cond, format...) BUILD_BUG_ON_INVALID(cond) macro
157 VM_WARN_ONCE(percpu_counter_read(&vm_committed_as) < in __vm_enough_memory()