Home
last modified time | relevance | path

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

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