Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dmmdebug.h79 #define VM_WARN_ON_ONCE(cond) (void)WARN_ON_ONCE(cond) macro
89 #define VM_WARN_ON_ONCE(cond) BUILD_BUG_ON_INVALID(cond) macro

Completed in 3 milliseconds