Home
last modified time | relevance | path

Searched refs:VM_WARN_ON (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/include/linux/
Dmmdebug.h52 #define VM_WARN_ON(cond) (void)WARN_ON(cond) macro
61 #define VM_WARN_ON(cond) BUILD_BUG_ON_INVALID(cond) macro
Dgfp.h310 VM_WARN_ON((gfp_flags & GFP_MOVABLE_MASK) == GFP_MOVABLE_MASK); in gfpflags_to_migratetype()
507 VM_WARN_ON((gfp_mask & __GFP_THISNODE) && !node_online(nid)); in __alloc_pages_node()
/linux-4.19.296/fs/
Duserfaultfd.c645 VM_WARN_ON(!mmget_still_valid(mm)); in userfaultfd_event_wait_completion()