Searched refs:GFP (Results 1 – 2 of 2) sorted by relevance
| /security/apparmor/include/ |
| A D | lib.h | 254 #define fn_label_build(L, P, GFP, FN) \ argument 265 if (vec_setup(label, __lvec, (L)->size, (GFP))) { \ 279 if (!vec_setup(profile, __pvec, __count, (GFP))) { \ 287 __count, (GFP)); \ 319 #define fn_label_build_in_ns(L, P, GFP, NS_FN, OTHER_FN) \ argument 321 fn_label_build((L), (P), (GFP), \
|
| A D | label.h | 29 #define vec_setup(T, V, N, GFP) \ argument 37 (V) = kzalloc(sizeof(struct aa_ ## T *) * (N), (GFP)); \
|
Completed in 5 milliseconds