Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dmmdebug.h80 #define VM_WARN_ONCE(cond, format...) (void)WARN_ONCE(cond, format) macro
93 #define VM_WARN_ONCE(cond, format...) BUILD_BUG_ON_INVALID(cond) macro
/Linux-v6.1/arch/arm64/include/asm/
Dpgtable.h315 VM_WARN_ONCE(!pte_young(pte), in __check_racy_pte_update()
318 VM_WARN_ONCE(pte_write(old_pte) && !pte_dirty(pte), in __check_racy_pte_update()