aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_mtxpool.c
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicated empty lines from kern/*.cMateusz Guzik2020-01-301-1/+0
* Mark mtxpool_sleep as read mostly, not frequently.Mateusz Guzik2020-01-051-1/+1
* Mark some more hot global variables with __read_mostly.Alexander Motin2019-12-041-1/+1
* Increase MTX_POOL_SLEEP_SIZE from 128 to 1024.Alexander Motin2018-12-241-2/+2
* sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sys/kern: spelling fixes in comments.Pedro F. Giffuni2016-04-291-1/+1
* Garbage collect mtxpool_lockbuilder, the mutex pool historically usedRobert Watson2014-05-021-30/+0
* Fix a number of style issues in the MALLOC / FREE commit. I've tried toDag-Erling Smørgrav2008-10-231-1/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-4/+3
* Universally adopt most conventional spelling of acquire.Robert Watson2007-05-271-1/+1
* Make a bunch of malloc types static.Poul-Henning Kamp2005-02-101-1/+1
* Expand COPYRIGHT inline, per Matthew Dillon's earlier approval.Warner Losh2005-01-061-4/+24
* Rearrange the SYSINIT order to call lockmgr_init() earlier so thatDon Lewis2003-07-161-1/+1
* Extend the mutex pool implementation to permit the creation and use ofDon Lewis2003-07-131-54/+133
* Style(9).Maxime Henrion2003-06-131-14/+17
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-1/+1
* Rename SI_SUB_MUTEX to SI_SUB_MTX_POOL to make the name at all accurate.Brian Feldman2002-03-131-1/+1
* cast hashing index to (int)(intptr_t) for calculation.Matthew Dillon2001-11-191-3/+3
* Fix some warnings on 64 bit platforms.Peter Wemm2001-11-171-1/+4
* Create a mutex pool API for short term leaf mutexes.Matthew Dillon2001-11-131-0/+112