Home
last modified time | relevance | path

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

/security/apparmor/include/
Dlib.h222 #define fn_label_build(L, P, GFP, FN) \ argument
233 if (vec_setup(label, __lvec, (L)->size, (GFP))) { \
247 if (!vec_setup(profile, __pvec, __count, (GFP))) { \
255 __count, (GFP)); \
287 #define fn_label_build_in_ns(L, P, GFP, NS_FN, OTHER_FN) \ argument
289 fn_label_build((L), (P), (GFP), \
Dlabel.h28 #define vec_setup(T, V, N, GFP) \ argument
36 (V) = kzalloc(sizeof(struct aa_ ## T *) * (N), (GFP)); \