Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Drange.c59 GList *new_l; in range_list_insert() local
63 new_l = g_list_delete_link(list, l->next); in range_list_insert()
64 assert(new_l == list); in range_list_insert()
/openbmc/linux/security/apparmor/
H A Dresource.c154 void __aa_transition_rlimits(struct aa_label *old_l, struct aa_label *new_l) in __aa_transition_rlimits() argument
162 new = labels_profile(new_l); in __aa_transition_rlimits()
187 label_for_each_confined(i, new_l, new) { in __aa_transition_rlimits()