Searched refs:maxlwps (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/libc/port/threads/ |
H A D | synch.c | 1643 int maxlwps = MAXLWPS; in mutex_wakeup_all() local 1673 if (nlwpid == maxlwps) in mutex_wakeup_all() 1674 lwpid = alloc_lwpids(lwpid, &nlwpid, &maxlwps); in mutex_wakeup_all() 1692 (void) munmap((caddr_t)lwpid, maxlwps * sizeof (lwpid_t)); in mutex_wakeup_all() 3748 int maxlwps = *maxlwps_ptr; in alloc_lwpids() local 3753 ASSERT(nlwpid == maxlwps); in alloc_lwpids() 3755 first_allocation = (maxlwps == MAXLWPS); in alloc_lwpids() 3756 newlwps = first_allocation? NEWLWPS : 2 * maxlwps; in alloc_lwpids() 3769 (void) memcpy(vaddr, lwpid, maxlwps * sizeof (lwpid_t)); in alloc_lwpids() 3772 maxlwps * sizeof (lwpid_t)); in alloc_lwpids() [all …]
|
H A D | rwlock.c | 384 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()
|
/titanic_41/usr/src/cmd/zoneadmd/ |
H A D | vplat.c | 3331 uint64_t maxlwps; in get_rctls() local 3361 zonecfg_get_aliased_rctl(handle, ALIAS_MAXLWPS, &maxlwps) in get_rctls()
|