Home
last modified time | relevance | path

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

/linux-4.4.14/security/apparmor/
Dapparmorfs.c555 #define list_entry_is_head(pos, head, member) (&pos->member == (head)) macro
586 if (!list_entry_is_head(next, &parent->sub_ns, base.list)) { in __next_namespace()
640 if (!list_entry_is_head(p, &parent->base.profiles, base.list)) in __next_profile()
649 if (!list_entry_is_head(p, &ns->base.profiles, base.list)) in __next_profile()