Home
last modified time | relevance | path

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

/linux/security/apparmor/include/
H A Dlib.h111 struct counted_str { struct
117 ((struct counted_str *)(str - offsetof(struct counted_str, name))) argument
/linux/security/apparmor/
H A Dlib.c158 struct counted_str *str; in aa_str_alloc()
170 kfree(container_of(kref, struct counted_str, count)); in aa_str_kref()