Home
last modified time | relevance | path

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

/openbmc/linux/security/apparmor/include/
H A Dlib.h119 void aa_str_kref(struct kref *kref);
134 kref_put(&str_to_counted(str)->count, aa_str_kref); in aa_put_str()
/openbmc/linux/security/apparmor/
H A Dlib.c168 void aa_str_kref(struct kref *kref) in aa_str_kref() function