Searched refs:pending_io (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c1047 uint64_t pending_io, start, rate = 0; local
1053 pending_io = hfsmp->hfs_mp->mnt_pending_write_size;
1058 while(hfsmp->hfs_mp->mnt_pending_write_size > (pending_io/3) && counter++ < 500) {
1076 rate = ((pending_io * 1000000ULL) / (now - start)); // yields bytes per second
1088 uint64_t scale = (pending_io * 100) / rate;

Completed in 26 milliseconds