Searched refs:itimers (Results 1 – 3 of 3) sorted by relevance
93 struct itimers { struct
588 struct itimers *p_itimers; /* (c) POSIX interval timers. */
1600 struct itimers *its; in itimers_alloc()1603 its = malloc(sizeof (struct itimers), M_SUBPROC, M_WAITOK | M_ZERO); in itimers_alloc()1630 struct itimers *its; in itimers_event_hook_exit()