Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/zonecfg/
H A Dzonecfg_lex.l278 <TSTATE>max-lwps { return MAXLWPS; }
279 <CSTATE>max-lwps { return MAXLWPS; }
H A Dzonecfg_grammar.y137 %token MCAP NCPUS IMPORTANCE SHARES MAXLWPS MAXSHMMEM MAXSHMIDS MAXMSGIDS
581 | INFO MAXLWPS
991 | MAXLWPS { $$ = PT_MAXLWPS; }
/titanic_50/usr/src/lib/libc/port/threads/
H A Drwlock.c384 int maxlwps = MAXLWPS; in rw_queue_release()
385 lwpid_t buffer[MAXLWPS]; in rw_queue_release()
H A Dsynch.c1644 int maxlwps = MAXLWPS; in mutex_wakeup_all()
1646 lwpid_t buffer[MAXLWPS]; in mutex_wakeup_all()
3798 first_allocation = (maxlwps == MAXLWPS); in alloc_lwpids()
3839 int maxlwps = MAXLWPS; in cond_broadcast()
3840 lwpid_t buffer[MAXLWPS]; in cond_broadcast()
/titanic_50/usr/src/lib/libc/inc/
H A Dthr_uberdata.h1311 #define MAXLWPS 128 /* max remembered lwpids before overflow */ macro