Searched refs:VM_WARN_ONCE (Results 1 – 2 of 2) sorted by relevance
71 #define VM_WARN_ONCE(cond, format...) (void)WARN_ONCE(cond, format) macro83 #define VM_WARN_ONCE(cond, format...) BUILD_BUG_ON_INVALID(cond) macro
307 VM_WARN_ONCE(!pte_young(pte), in __check_racy_pte_update()310 VM_WARN_ONCE(pte_write(old_pte) && !pte_dirty(pte), in __check_racy_pte_update()
Completed in 5 milliseconds