Home
last modified time | relevance | path

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

/security/apparmor/include/
Dlib.h98 struct counted_str { struct
104 ((struct counted_str *)(str - offsetof(struct counted_str, name))) argument
/security/apparmor/
Dlib.c137 struct counted_str *str; in aa_str_alloc()
139 str = kmalloc(sizeof(struct counted_str) + size, gfp); in aa_str_alloc()
149 kfree(container_of(kref, struct counted_str, count)); in aa_str_kref()