Searched refs:VM_WARN_ONCE (Results 1 – 2 of 2) sorted by relevance
115 #define VM_WARN_ONCE(cond, format...) (void)WARN_ONCE(cond, format) macro131 #define VM_WARN_ONCE(cond, format...) BUILD_BUG_ON_INVALID(cond) macro
505 VM_WARN_ONCE((unsigned long)mapping & FOLIO_MAPPING_ANON, in mapping_large_folio_support()
Completed in 7 milliseconds