/tests/lib/libc/sync/

ys/dev/raidframe/rf_psstatus.c?h=lockdoc-9.3-vfs' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe/rf_psstatus.c
AgeCommit message (Expand)Author
2019-02-10Introduce PR_ZERO to avoid open-coding memset()s everywhere. OK riastradh@.christos
2019-02-09- Change the allocation macros to be more like function callschristos
2011-05-03convert the pssTable mutex into a kmutex/cv.mrg
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-02-14RAIDframe was erroneously re-initializing the Parity Stripe Statusoster
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2004-03-18Re-work the locking mechanisms for reconstruct and PSS structuresoster
2004-03-08Move pss_pool to rf_pools. Will save a bit of extra memory atoster
2004-03-07- Introduce rf_pools which contains all of the various global pools usedoster
2004-03-05- remove the RF_*_INC's, as necessary. They are not needed any more.oster
2004-03-04Remove a comment that is no longer relevant.oster
2004-03-03Improve comments on rf_LookupRUStatus(). No functional changes.oster
2004-03-03- cleanup memory allocation in rf_AllocPSStatus()oster
2004-02-29Adjust _rf_ShutdownCreate() so that it is willing to wait for moreoster
2003-12-31Increase the scope of RF_DEBUG_PSS to cover a bit more stuff.oster
2003-12-30Some days you wonder if some of the function declaration consistencyoster
2003-12-29Since rf_mutex_destroy() is effectively a NOP now, nuke it.oster
2003-12-29Simplify defn's of rf_mutex_init() and rf_mutex_destroy(). Sinceoster
2003-12-29- first kick at a major reworking of RAIDframe's memory allocation code:oster
2003-12-29[Having received a definite lack of strenuous objection, a small amountoster
2003-12-21Since the 5th arg of pool_init() wasn't actually the numberoster
2003-12-21Fix usage of fifth argument to pool_init().simonb
2002-11-12xorBufCount needs to be initialized too!oster
2002-10-11poolify the allocation of Parity Stripe Status structures.oster
2002-09-19Introduce and use RF_DEBUG_PSS, and save a few more bytes.oster
2002-09-14Everyone and their dog was using RF_ERRORMSG3 to print out the sameoster
2001-11-13add RCSIDslukem
2001-10-04Step 2 of the disentanglement. We now look to <dev/raidframe/*> foroster
2001-07-18bzero -> memsetthorpej