Searched refs:vec_setup (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/security/apparmor/include/ |
H A D | lib.h | 233 if (vec_setup(label, __lvec, (L)->size, (GFP))) { \ 247 if (!vec_setup(profile, __pvec, __count, (GFP))) { \
|
H A D | label.h | 28 #define vec_setup(T, V, N, GFP) \ macro
|
/kernel/linux/linux-6.6/security/apparmor/include/ |
H A D | lib.h | 244 if (vec_setup(label, __lvec, (L)->size, (GFP))) { \ 258 if (!vec_setup(profile, __pvec, __count, (GFP))) { \
|
H A D | label.h | 28 #define vec_setup(T, V, N, GFP) \ macro
|
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | label.c | 1912 error = vec_setup(profile, vec, len, gfp); in aa_label_strn_parse()
|
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | label.c | 1912 error = vec_setup(profile, vec, len, gfp); in aa_label_strn_parse()
|
Completed in 9 milliseconds