Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dmmdebug.h42 #define VM_WARN_ONCE(cond, format...) (void)WARN_ONCE(cond, format) macro
51 #define VM_WARN_ONCE(cond, format...) BUILD_BUG_ON_INVALID(cond) macro
/Linux-v5.4/arch/arm64/include/asm/
Dpgtable.h267 VM_WARN_ONCE(!pte_young(pte), in __check_racy_pte_update()
270 VM_WARN_ONCE(pte_write(old_pte) && !pte_dirty(pte), in __check_racy_pte_update()
/Linux-v5.4/mm/
Dutil.c791 VM_WARN_ONCE(percpu_counter_read(&vm_committed_as) < in __vm_enough_memory()