Lines Matching refs:lh
882 static struct aa_profile *__list_lookup_parent(struct list_head *lh,
894 list_for_each_entry(ent, lh, list) {
922 LIST_HEAD(lh);
923 list_splice_init_rcu(&old->base.profiles, &lh, synchronize_rcu);
925 list_for_each_entry_safe(child, tmp, &lh, base.list) {
1042 LIST_HEAD(lh);
1047 error = aa_unpack(udata, &lh, &ns_name);
1057 list_for_each_entry(ent, &lh, list) {
1107 list_for_each_entry(ent, &lh, list) {
1138 p = __list_lookup_parent(&lh, ent->new);
1177 list_for_each_entry(ent, &lh, list) {
1199 list_for_each_entry_safe(ent, tmp, &lh, list) {
1226 struct list_head *lh;
1232 lh = &parent->base.profiles;
1234 lh = &ns->base.profiles;
1235 __add_profile(lh, ent->new);
1262 list_for_each_entry(tmp, &lh, list) {
1272 list_for_each_entry_safe(ent, tmp, &lh, list) {