summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_mtxpool.c
Commit message (Expand)AuthorAgeFilesLines
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* Rename SI_SUB_MUTEX to SI_SUB_MTX_POOL to make the name at all accurate.green2002-03-131-1/+1
* cast hashing index to (int)(intptr_t) for calculation.dillon2001-11-191-3/+3
* Fix some warnings on 64 bit platforms.peter2001-11-171-1/+4
* Create a mutex pool API for short term leaf mutexes.dillon2001-11-131-0/+112
OpenPOWER on IntegriCloud