Lines Matching refs:uint_t

289 	uint_t tsd_nalloc;		/* Amount of allocated storage */
296 uint_t tsdm_nkeys; /* Number of allocated keys */
297 uint_t tsdm_nused; /* Number of used keys */
300 (sizeof (mutex_t) + 2 * sizeof (uint_t) + sizeof (PFrV *))];
305 uint_t tsd_nalloc; /* Amount of allocated storage */
312 uint_t tsdm_nkeys; /* Number of allocated keys */
313 uint_t tsdm_nused; /* Number of used keys */
316 (sizeof (mutex_t) + 2 * sizeof (uint_t) + sizeof (caddr32_t))];
433 #define QUEUE_HASH(wchan, type) ((uint_t) \
603 uint_t ul_libc_locks; /* count of cancel_safe_mutex_lock()s */
621 uint_t ul_rdlockcnt; /* # entries in ul_readlock array */
627 uint_t ul_heldlockcnt; /* # entries in ul_heldlocks array */
637 uint_t ul_spin_lock_spin; /* spin lock statistics */
638 uint_t ul_spin_lock_spin2;
639 uint_t ul_spin_lock_sleep;
640 uint_t ul_spin_lock_wakeup;
643 uint_t ul_pilocks; /* count of PI locks held */
697 extern uint_t thread_max_spinners;
738 #define LOCK_HASH(addr) (uint_t) \
887 uint_t hash_size; /* # of entries in thr_hash_table[] */
888 uint_t hash_mask; /* hash_size - 1 */
1023 uint_t ul_libc_locks; /* count of cancel_safe_mutex_lock()s */
1041 uint_t ul_rdlockcnt; /* # entries in ul_readlock array */
1047 uint_t ul_heldlockcnt; /* # entries in ul_heldlocks array */
1057 uint_t ul_spin_lock_spin; /* spin lock statistics */
1058 uint_t ul_spin_lock_spin2;
1059 uint_t ul_spin_lock_sleep;
1060 uint_t ul_spin_lock_wakeup;
1063 uint_t ul_pilocks; /* count of PI locks held */
1098 uint_t hash_size;
1099 uint_t hash_mask;
1374 extern int __lwp_create(ucontext_t *, uint_t, lwpid_t *);