Home
last modified time | relevance | path

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

/Linux-v6.6/security/apparmor/include/
Dlib.h109 struct counted_str { struct
115 ((struct counted_str *)(str - offsetof(struct counted_str, name))) argument
/Linux-v6.6/security/apparmor/
Dlib.c156 struct counted_str *str; in aa_str_alloc()
168 kfree(container_of(kref, struct counted_str, count)); in aa_str_kref()