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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/block/
H A Das-iosched.c105 u64 new_seek_total; /* mean seek on new proc */ member in struct:as_data
503 ad->new_seek_total = (7*ad->new_seek_total + 256*(u64)sdist)/8;
504 ad->new_seek_mean = ad->new_seek_total / 256;
H A Dcfq-iosched.c114 u64 new_seek_total; member in struct:cfq_data
1577 cfqd->new_seek_total = (7*cic->seek_total + (u64)256*sdist) / 8;
1578 cfqd->new_seek_mean = cfqd->new_seek_total / 256;

Completed in 56 milliseconds