Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c1645 int maxlwps = MAXLWPS; in mutex_wakeup_all() local
1675 if (nlwpid == maxlwps) in mutex_wakeup_all()
1676 lwpid = alloc_lwpids(lwpid, &nlwpid, &maxlwps); in mutex_wakeup_all()
3800 int maxlwps = *maxlwps_ptr; in alloc_lwpids() local
3805 ASSERT(nlwpid == maxlwps); in alloc_lwpids()
3807 first_allocation = (maxlwps == MAXLWPS); in alloc_lwpids()
3808 newlwps = first_allocation? NEWLWPS : 2 * maxlwps; in alloc_lwpids()
3824 maxlwps * sizeof (lwpid_t)); in alloc_lwpids()
3848 int maxlwps = MAXLWPS; in cond_broadcast() local
3895 if (nlwpid == maxlwps) in cond_broadcast()
[all …]
H A Drwlock.c384 int maxlwps = MAXLWPS; in rw_queue_release() local
449 if (nlwpid == maxlwps) in rw_queue_release()
450 lwpid = alloc_lwpids(lwpid, &nlwpid, &maxlwps); in rw_queue_release()
489 (void) munmap((caddr_t)lwpid, maxlwps * sizeof (lwpid_t)); in rw_queue_release()
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c3433 uint64_t maxlwps; in get_rctls() local
3465 rlwp = zonecfg_get_aliased_rctl(handle, ALIAS_MAXLWPS, &maxlwps); in get_rctls()
3475 maxlwps) != Z_OK) { in get_rctls()