Searched refs:VM_WARN_ONCE (Results 1 – 3 of 3) sorted by relevance
42 #define VM_WARN_ONCE(cond, format...) WARN_ONCE(cond, format) macro50 #define VM_WARN_ONCE(cond, format...) BUILD_BUG_ON_INVALID(cond) macro
282 VM_WARN_ONCE(!pte_young(pte), in set_pte_at()285 VM_WARN_ONCE(pte_write(*ptep) && !pte_dirty(pte), in set_pte_at()
158 VM_WARN_ONCE(percpu_counter_read(&vm_committed_as) < in __vm_enough_memory()