Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gem/selftests/
H A Dhuge_gem_object.c30 #define GFP (GFP_KERNEL | __GFP_NOWARN | __GFP_RETRY_MAYFAIL) in huge_get_pages() macro
H A Dhuge_pages.c80 #define GFP (GFP_KERNEL | __GFP_NOWARN | __GFP_NORETRY) in get_huge_pages() macro
/linux/security/apparmor/include/
H A Dlib.h289 #define fn_label_build(L, P, GFP, FN) \ argument
354 fn_label_build_in_scope(L,P,GFP,NS_FN,OTHER_FN) global() argument
H A Dlabel.h29 #define vec_setup(T, V, N, GFP) \ argument
/linux/tools/include/linux/
H A Dslab.h205 #define __alloc_objs(KMALLOC, GFP, TYPE, COUNT) \ argument
/linux/include/linux/
H A Dslab.h990 * The @flags argument may be one of the GFP flags defined at argument
971 __alloc_objs(KMALLOC,GFP,TYPE,COUNT) global() argument
[all...]
/linux/drivers/gpu/drm/i915/selftests/
H A Di915_gem_gtt.c60 #define GFP (GFP_KERNEL | __GFP_NOWARN | __GFP_NORETRY) in fake_get_pages() macro