summaryrefslogtreecommitdiff
path: root/tools/fgen
diff options
context:
space:
mode:
Diffstat (limited to 'tools/fgen')
0 files changed, 0 insertions, 0 deletions
f there are no IO buffers available.oster 2020-06-19remove unnnecessary splbio() in rf_FreeDiskQueueData()jdolecek 2020-06-19pass down b_flags B_PHYS|B_RAW|B_MEDIA_FLAGS from bio subsystemjdolecek 2019-10-10fix the function pointer and callback mess:christos 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-05convert the diskqueue mutex into a kmutexmrg 2009-03-23Rework/simplify the disk queuing code. A bunch of this was stilloster 2008-06-17Mark a buffer `busy` in getnewbuf() when it came from the pool_cache sincereinoud 2008-01-02Merge vmlocking2 to head.ad 2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos 2006-11-16__unused removal on arguments; approved by core.christos 2006-10-12- sprinkle __unused on function decls.christos 2006-10-05Protect calls to pool_put/pool_get that may occur in interrupt contexttls 2006-01-08Cleanup the initialization of buffers a bit, and remove some old codeoster 2006-01-06initialize necessary members of struct buf. PR/32462 from Reinoud Zandijk.yamt 2006-01-04- add simple functions to allocate/free a buffer for i/o.yamt 2005-12-11merge ktrace-lwp.christos 2005-05-29- avoid variable shadowingchristos 2005-02-27nuke trailing whitespaceperry 2005-02-12The 'next' argument to rf_CreateDiskQueueData is always NULL. Sinceoster 2005-02-12Add a 'waitflag' argument to rf_CreateDiskQueueData() and use it tooster 2005-02-05CreateDiskQueueData() doesn't need to use void * for raidPtr.oster 2004-11-24Only touch bufpool whilst in splbio(). (That should be the caseoster