Home
last modified time | relevance | path

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

/security/apparmor/include/
Dlib.h228 #define fn_label_build(L, P, GFP, FN) \ argument
239 if (vec_setup(label, __lvec, (L)->size, (GFP))) { \
253 if (!vec_setup(profile, __pvec, __count, (GFP))) { \
261 __count, (GFP)); \
293 #define fn_label_build_in_ns(L, P, GFP, NS_FN, OTHER_FN) \ argument
295 fn_label_build((L), (P), (GFP), \
Dlabel.h32 #define vec_setup(T, V, N, GFP) \ argument
40 (V) = kzalloc(sizeof(struct aa_ ## T *) * (N), (GFP)); \