Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dmmdebug.h54 #define VM_WARN_ONCE(cond, format...) (void)WARN_ONCE(cond, format) macro
64 #define VM_WARN_ONCE(cond, format...) BUILD_BUG_ON_INVALID(cond) macro