Searched refs:p_itcallout (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_time.c | 845 callout_stop(&p->p_itcallout); in kern_setitimer() 851 callout_reset_sbt(&p->p_itcallout, sbt, pr, in kern_setitimer() 908 wakeup(&p->p_itcallout); in realitexpire() 920 callout_reset_sbt(&p->p_itcallout, tvtosbt(p->p_realtimer.it_value), in realitexpire()
|
| H A D | kern_exit.c | 356 _callout_stop_safe(&p->p_itcallout, CS_EXECUTING, NULL) == 0) { in exit1() 358 msleep(&p->p_itcallout, &p->p_mtx, PWAIT, "ritwait", 0); in exit1()
|
| H A D | init_main.c | 524 callout_init_mtx(&p->p_itcallout, &p->p_mtx, 0); in proc0_init()
|
| H A D | kern_fork.c | 600 callout_init_mtx(&p2->p_itcallout, &p2->p_mtx, 0); in do_fork()
|
| /f-stack/lib/ |
| H A D | ff_init_main.c | 437 callout_init(&p->p_itcallout, CALLOUT_MPSAFE); in proc0_init()
|
| /f-stack/freebsd/sys/ |
| H A D | proc.h | 697 struct callout p_itcallout; /* (h + c) Interval timer callout. */ member
|