Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/include/linux/
HDgfp.h54 #define __GFP_NOFAIL 0u macro
/dragonfly/sys/dev/drm/
HDdrm_modeset_lock.c96 ctx = kzalloc(sizeof(*ctx), GFP_KERNEL | __GFP_NOFAIL); in drm_modeset_lock_all()