Home
last modified time | relevance | path

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

/linux/include/linux/
A Dmmdebug.h70 #define VM_WARN_ON_ONCE(cond) (void)WARN_ON_ONCE(cond) macro
80 #define VM_WARN_ON_ONCE(cond) BUILD_BUG_ON_INVALID(cond) macro

Completed in 7 milliseconds