Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_resource.c641 callout_reset_sbt(&p->p_limco, SBT_1S, 0, in lim_cb()
693 callout_reset_sbt(&p->p_limco, SBT_1S, 0, in kern_proc_setrlimit()
1362 callout_init_mtx(&p2->p_limco, &p2->p_mtx, 0); in lim_fork()
1364 callout_reset_sbt(&p2->p_limco, SBT_1S, 0, in lim_fork()
H A Dinit_main.c544 callout_init_mtx(&p->p_limco, &p->p_mtx, 0); in proc0_init()
H A Dkern_exit.c328 callout_drain(&p->p_limco); in exit1()
/freebsd/sys/sys/
H A Dproc.h658 struct callout p_limco; /* (c) Limit callout handle */ member