Searched refs:oldlimit (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/kern/
H A Dkern_thread.c482 struct plimit *oldlimit; local
486 oldlimit = NULL;
493 oldlimit = td->td_limit;
500 if (oldlimit != NULL)
501 lim_free(oldlimit);

Completed in 279 milliseconds