summaryrefslogtreecommitdiffstats
path: root/sys/sys/devicestat.h
Commit message (Expand)AuthorAgeFilesLines
* MFC Alexander Motin's GEOM direct dispatch work:scottl2014-01-071-0/+2
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Add an XXX comment with a TODO item for next time we run a revisionphk2003-05-311-0/+5
* Make devstat_new_entry() take a const void * rather than const char *phk2003-03-181-1/+1
* Add a #define for the device name of the mmap device for devstat.phk2003-03-161-1/+6
* Run a revision of the devstat interface:phk2003-03-151-71/+30
* Add a devstat_start_transaction_bio() to match thephk2003-03-151-0/+1
* Retire devstat_add_entry() as a public function and bump __FreeBSD_versionphk2003-03-081-5/+0
* Augment the devstat structure with 3 new fields and bump the DEVSTAT_VERSION.phk2003-03-081-1/+14
* Un-inline the non-trivial "trivial" bio* functions.phk2002-09-141-2/+0
* Export the head structure for the device statistics STAILQ intmm2001-08-041-0/+2
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalphk2001-05-061-0/+2
* Back out the previous change to the queue(3) interface.jake2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-1/+1
* Name the `struct bio *' parameter of devstat_end_transaction_bio().bde2000-05-111-2/+2
* Remove devstat_end_transaction_buf() everybody usesphk2000-05-061-1/+0
* Silence some warnings.phk2000-04-031-0/+1
* Clone bio versions of certain bits of infrastructure:phk2000-04-021-0/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-1/+1
* Revamp the devstat priority system. All disks now have the same priority.ken1999-12-081-6/+3
* Bump version number.phk1999-09-181-1/+1
* Count "free" operations in their own new tranaction type.phk1999-09-181-3/+15
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add a prioritization field to the devstat_add_entry() call so thatken1999-02-101-4/+22
* My changes to the new device interface:wollman1998-11-141-2/+2
* Change the devstat generation number from an int to a long. The int-sizedken1998-09-201-2/+2
* New Kernel device statistics code.gibbs1998-09-151-0/+196
OpenPOWER on IntegriCloud