Lines Matching refs:lh
705 static struct aa_profile *__list_lookup_parent(struct list_head *lh,
717 list_for_each_entry(ent, lh, list) {
746 LIST_HEAD(lh);
747 list_splice_init_rcu(&old->base.profiles, &lh, synchronize_rcu);
749 list_for_each_entry_safe(child, tmp, &lh, base.list) {
866 LIST_HEAD(lh);
871 error = aa_unpack(udata, &lh, &ns_name);
881 list_for_each_entry(ent, &lh, list) {
929 list_for_each_entry(ent, &lh, list) {
957 p = __list_lookup_parent(&lh, ent->new);
980 list_for_each_entry(ent, &lh, list) {
1001 list_for_each_entry_safe(ent, tmp, &lh, list) {
1027 struct list_head *lh;
1033 lh = &parent->base.profiles;
1035 lh = &ns->base.profiles;
1036 __add_profile(lh, ent->new);
1063 list_for_each_entry(tmp, &lh, list) {
1073 list_for_each_entry_safe(ent, tmp, &lh, list) {