summaryrefslogtreecommitdiff
path: root/sys/kern/bufq_readprio.c
AgeCommit message (Expand)Author
2017-05-04Use consistently "bufq_private(bufq)" instead of "bufq->bq_private"kamil
2016-11-16Define a new module class for the bufq_strategy modules. These need topgoyette
2016-11-16Modularize the various bufq strategiespgoyette
2009-01-19malloc -> kmem_allocyamt
2009-01-16use TAILQ_FOREACH where appropriate, rather than rolling their own.yamt
2008-04-30Add a BUFQ_CANCEL() next to BUFQ_PUT() and BUFQ_GET().reinoud
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-10-08Merge from vmlocking: cosmetic change.ad
2007-04-04Add a KASSERT to address CID: 4335.wrstuden
2005-12-11merge ktrace-lwp.christos
2005-10-29MALLOC/FREE -> malloc/free where appropriate.yamt
2005-10-15This needs <sys/bufq_impl.h>xtraeme
2005-10-15- change the way to specify a bufq strategy. (by string rather than by number)yamt
2004-11-25lookup bufq using link_set rather than a switch statement.yamt
2004-10-28move buffer queue related stuffs from buf.h to their own header, bufq.h.yamt
2004-10-14move i/o schedulers to their own files.yamt