Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_resource.c643 callout_reset_sbt(&p->p_limco, SBT_1S, 0, in lim_cb()
695 callout_reset_sbt(&p->p_limco, SBT_1S, 0, in kern_proc_setrlimit()
1226 callout_init_mtx(&p2->p_limco, &p2->p_mtx, 0); in lim_fork()
1228 callout_reset_sbt(&p2->p_limco, SBT_1S, 0, in lim_fork()
H A Dinit_main.c525 callout_init_mtx(&p->p_limco, &p->p_mtx, 0); in proc0_init()
H A Dkern_exit.c302 callout_drain(&p->p_limco); in exit1()
/f-stack/lib/
H A Dff_init_main.c438 callout_init_mtx(&p->p_limco, &p->p_mtx, 0); in proc0_init()
/f-stack/freebsd/sys/
H A Dproc.h606 struct callout p_limco; /* (c) Limit callout handle */ member