Lines Matching defs:new
98 * @new_rlim - the new resource limit (NOT NULL)
137 * __aa_transition_rlimits - apply new profile rlimits
139 * @new_l: new label with rlimits to apply (NOT NULL)
145 struct aa_profile *old, *new;
149 new = labels_profile(new_l);
170 /* set any new hard limits as dictated by the new profile */
171 label_for_each_confined(i, new_l, new) {
174 if (!new->rlimits.mask)
177 if (!(new->rlimits.mask & mask))
182 new->rlimits.limits[j].rlim_max);