Home
last modified time | relevance | path

Searched refs:timer_max (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/rt/
H A Dclock_timer.c51 int timer_max = 0; variable
58 timer_max = (int)_sysconf(_SC_TIMER_MAX); in timer_init()
59 timer_tcd = malloc(timer_max * sizeof (*timer_tcd)); in timer_init()
60 (void) memset(timer_tcd, 0, timer_max * sizeof (*timer_tcd)); in timer_init()
162 for (timer = 0; timer < timer_max; timer++) { in postfork1_child_sigev_timer()
H A Dsigev_thread.h108 extern int timer_max;
H A Dsigev_thread.c553 if ((uint_t)timer < timer_max && (tcdp = timer_tcd[timer]) != NULL) { in del_sigev_timer()
572 if ((uint_t)timer < timer_max && (tcdp = timer_tcd[timer]) != NULL) in sigev_timer_getoverrun()
/illumos-gate/usr/src/uts/common/os/
H A Dtimer.c55 int timer_max = _TIMER_MAX; variable
271 timer_max = MAX(NCPU * 4, timer_max); in clock_timer_init()
540 if (target_sz > timer_max || target_sz > INT_MAX || in timer_get_id()
1068 for (tid = 0; tid < timer_max; tid++) { in timer_close_port()
/illumos-gate/usr/src/uts/common/syscall/
H A Dsysconfig.c169 return (timer_max); in sysconfig()
/illumos-gate/usr/src/uts/common/sys/
H A Dtimer.h52 extern int timer_max;