Home
last modified time | relevance | path

Searched defs:VM_WARN (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/include/linux/
A Dmmdebug.h81 #define VM_WARN(cond, format...) (void)WARN(cond, format) macro
94 #define VM_WARN(cond, format...) BUILD_BUG_ON_INVALID(cond) macro

Completed in 6 milliseconds