HomeSort by: relevance | last modified time | path
    Searched refs:iostat_unbusy (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/sys/
iostat.h 119 void iostat_unbusy(struct io_stats *, long, int);
  /src/sys/kern/
subr_iostat.c 278 iostat_unbusy(struct io_stats *stats, long bcount, int read) function in typeref:typename:void
subr_disk.c 290 iostat_unbusy(diskp->dk_stats, bcount, read);
  /src/sys/dev/scsipi/
st.c 1337 iostat_unbusy(st->stats, 0,
1394 iostat_unbusy(st->stats, bp->b_bcount,
  /src/sys/nfs/
nfs_vnops.c 1187 iostat_unbusy(nmp->nm_stats, byte_count, 1);
1412 iostat_unbusy(nmp->nm_stats, byte_count, 0);

Completed in 17 milliseconds