Home
last modified time | relevance | path

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

/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dmmdebug.h53 #define VM_WARN_ON_ONCE(cond) (void)WARN_ON_ONCE(cond) macro
62 #define VM_WARN_ON_ONCE(cond) BUILD_BUG_ON_INVALID(cond) macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dmmdebug.h53 #define VM_WARN_ON_ONCE(cond) (void)WARN_ON_ONCE(cond) macro
62 #define VM_WARN_ON_ONCE(cond) BUILD_BUG_ON_INVALID(cond) macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dmmdebug.h53 #define VM_WARN_ON_ONCE(cond) (void)WARN_ON_ONCE(cond) macro
62 #define VM_WARN_ON_ONCE(cond) BUILD_BUG_ON_INVALID(cond) macro