aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/devicestat.h
Commit message (Expand)AuthorAgeFilesLines
* sys/sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* MFprojects/camlock r254905:Alexander Motin2013-10-161-0/+2
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Add an XXX comment with a TODO item for next time we run a revisionPoul-Henning Kamp2003-05-311-0/+5
* Make devstat_new_entry() take a const void * rather than const char *Poul-Henning Kamp2003-03-181-1/+1
* Add a #define for the device name of the mmap device for devstat.Poul-Henning Kamp2003-03-161-1/+6
* Run a revision of the devstat interface:Poul-Henning Kamp2003-03-151-71/+30
* Add a devstat_start_transaction_bio() to match thePoul-Henning Kamp2003-03-151-0/+1
* Retire devstat_add_entry() as a public function and bump __FreeBSD_versionPoul-Henning Kamp2003-03-081-5/+0
* Augment the devstat structure with 3 new fields and bump the DEVSTAT_VERSION.Poul-Henning Kamp2003-03-081-1/+14
* Un-inline the non-trivial "trivial" bio* functions.Poul-Henning Kamp2002-09-141-2/+0
* Export the head structure for the device statistics STAILQ inThomas Moestl2001-08-041-0/+2
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalPoul-Henning Kamp2001-05-061-0/+2
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-1/+1
* Name the `struct bio *' parameter of devstat_end_transaction_bio().Bruce Evans2000-05-111-2/+2
* Remove devstat_end_transaction_buf() everybody usesPoul-Henning Kamp2000-05-061-1/+0
* Silence some warnings.Poul-Henning Kamp2000-04-031-0/+1
* Clone bio versions of certain bits of infrastructure:Poul-Henning Kamp2000-04-021-0/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+1
* Revamp the devstat priority system. All disks now have the same priority.Kenneth D. Merry1999-12-081-6/+3
* Bump version number.Poul-Henning Kamp1999-09-181-1/+1
* Count "free" operations in their own new tranaction type.Poul-Henning Kamp1999-09-181-3/+15
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add a prioritization field to the devstat_add_entry() call so thatKenneth D. Merry1999-02-101-4/+22
* My changes to the new device interface:Garrett Wollman1998-11-141-2/+2
* Change the devstat generation number from an int to a long. The int-sizedKenneth D. Merry1998-09-201-2/+2
* New Kernel device statistics code.Justin T. Gibbs1998-09-151-0/+196