Home
last modified time | relevance | path

Searched refs:cond (Results 1 – 2 of 2) sorted by relevance

/mm/kfence/
Dcore.c34 #define KFENCE_WARN_ON(cond) \ argument
36 const bool __cond = WARN_ON(cond); \
/mm/
Dpercpu.c2419 #define PCPU_SETUP_BUG_ON(cond) do { \ in pcpu_setup_first_chunk() argument
2420 if (unlikely(cond)) { \ in pcpu_setup_first_chunk()
2421 pr_emerg("failed to initialize, %s\n", #cond); \ in pcpu_setup_first_chunk()