Lines Matching refs:plimit
656 struct plimit *newlim, *oldlim, *oldlim_td; in kern_proc_setrlimit()
1316 struct plimit *
1319 struct plimit *limp; in lim_alloc()
1321 limp = malloc(sizeof(struct plimit), M_PLIMIT, M_WAITOK); in lim_alloc()
1326 struct plimit *
1327 lim_hold(struct plimit *limp) in lim_hold()
1334 struct plimit *
1339 struct plimit *oldlimit; in lim_cowsync()
1369 lim_free(struct plimit *limp) in lim_free()
1377 lim_freen(struct plimit *limp, int n) in lim_freen()
1387 struct plimit *limp; in limbatch_add()
1416 lim_copy(struct plimit *dst, struct plimit *src) in lim_copy()