Home
last modified time | relevance | path

Searched refs:aa_resize_str_table (Results 1 – 3 of 3) sorted by relevance

/linux/security/apparmor/include/
H A Dlib.h128 bool aa_resize_str_table(struct aa_str_table *t, int newsize, gfp_t gfp);
/linux/security/apparmor/
H A Dlib.c119 bool aa_resize_str_table(struct aa_str_table *t, int newsize, gfp_t gfp) in aa_resize_str_table() function
H A Dpolicy_unpack.c1273 if (!aa_resize_str_table(&pdb->trans, xmax + 1, GFP_KERNEL)) in verify_perms()