Home
last modified time | relevance | path

Searched refs:lim_hold (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/sys/fs/procfs/
HDprocfs_rlimit.c73 limp = lim_hold(p->p_limit); in procfs_doprocrlimit()
/freebsd-13-stable/sys/sys/
HDresourcevar.h149 *lim_hold(struct plimit *limp);
/freebsd-13-stable/sys/kern/
HDkern_thread.c827 newtd->td_limit = lim_hold(p->p_limit); in thread_cow_get_proc()
838 newtd->td_limit = lim_hold(td->td_limit); in thread_cow_get()
865 td->td_limit = lim_hold(p->p_limit); in thread_cow_update()
HDkern_resource.c1210 lim_hold(struct plimit *limp) in lim_hold() function
1224 p2->p_limit = lim_hold(p1->p_limit); in lim_fork()
/freebsd-13-stable/sys/compat/linprocfs/
HDlinprocfs.c1901 limp = lim_hold(p->p_limit); in linprocfs_doproclimits()