Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/rcm_daemon/common/
H A Drcm_lock.c1364 int n_max; in get_pid_index() local
1373 n_max = n_chunk; in get_pid_index()
1374 polllist.pids = s_calloc(n_max, sizeof (pid_t)); in get_pid_index()
1375 polllist.refcnt = s_calloc(n_max, sizeof (int)); in get_pid_index()
1376 polllist.fds = s_calloc(n_max, sizeof (struct pollfd)); in get_pid_index()
1378 n_max = polllist.n_max_pids + n_chunk; in get_pid_index()
1380 n_max * sizeof (pid_t)); in get_pid_index()
1382 n_max * sizeof (int)); in get_pid_index()
1384 n_max * sizeof (struct pollfd)); in get_pid_index()
1386 polllist.n_max_pids = n_max; in get_pid_index()