Searched refs:VM_WARN_ON_ONCE (Results 1 – 4 of 4) sorted by relevance
41 #define VM_WARN_ON_ONCE(cond) WARN_ON_ONCE(cond) macro49 #define VM_WARN_ON_ONCE(cond) BUILD_BUG_ON_INVALID(cond) macro
322 VM_WARN_ON_ONCE(gfp_mask & __GFP_ZERO); in mempool_alloc()
317 VM_WARN_ON_ONCE(fault_flags & FAULT_FLAG_ALLOW_RETRY); in faultin_page()
1535 VM_WARN_ON_ONCE(addr == -1); in __alloc_buddy_huge_page()1536 VM_WARN_ON_ONCE(nid != NUMA_NO_NODE); in __alloc_buddy_huge_page()