Home
last modified time | relevance | path

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

/include/linux/
A Dbpf.h368 #define BPF_WARN_ONCE(cond, format...) WARN_ONCE(cond, format) macro
370 #define BPF_WARN_ONCE(cond, format...) BUILD_BUG_ON_INVALID(cond) macro

Completed in 21 milliseconds