Searched defs:MAXLWPIDS (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dlwpsys.c540 #define MAXLWPIDS 1024 macro
544 * Do it in chunks of MAXLWPIDS to avoid allocating too much memory.
561 lwpidsz = MIN(nids, MAXLWPIDS) * sizeof (id_t);
564 n = MIN(nids, MAXLWPIDS);

Completed in 51 milliseconds