Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dmmdebug.h42 #define VM_WARN_ONCE(cond, format...) WARN_ONCE(cond, format) macro
50 #define VM_WARN_ONCE(cond, format...) BUILD_BUG_ON_INVALID(cond) macro
/linux-4.4.14/arch/arm64/include/asm/
Dpgtable.h282 VM_WARN_ONCE(!pte_young(pte), in set_pte_at()
285 VM_WARN_ONCE(pte_write(*ptep) && !pte_dirty(pte), in set_pte_at()
/linux-4.4.14/mm/
Dmmap.c158 VM_WARN_ONCE(percpu_counter_read(&vm_committed_as) < in __vm_enough_memory()