Searched refs:vec_setup (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/security/apparmor/include/ | 
| D | lib.h | 228 		if (vec_setup(label, __lvec, (L)->size, (GFP)))	{	\ 242 		if (!vec_setup(profile, __pvec, __count, (GFP))) {	\
  | 
| D | label.h | 28 #define vec_setup(T, V, N, GFP)						\  macro
  | 
| /Linux-v5.4/security/apparmor/ | 
| D | label.c | 1881 	error = vec_setup(profile, vec, len, gfp);  in aa_label_strn_parse()
  |