Searched refs:preread_active_stripes (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/md/
H A Draid5-cache.c463 atomic_inc(&conf->preread_active_stripes);
H A Draid5.c276 if (atomic_dec_return(&conf->preread_active_stripes)
989 if (atomic_dec_return(&conf->preread_active_stripes)
5237 atomic_inc(&conf->preread_active_stripes);
5324 atomic_dec(&conf->preread_active_stripes);
5325 if (atomic_read(&conf->preread_active_stripes) <
5336 if (atomic_read(&conf->preread_active_stripes) < IO_THRESHOLD) {
5344 atomic_inc(&conf->preread_active_stripes);
5805 atomic_inc(&conf->preread_active_stripes);
6006 atomic_inc(&conf->preread_active_stripes);
7479 atomic_set(&conf->preread_active_stripes,
[all...]
H A Draid5.h623 atomic_t preread_active_stripes; /* stripes with scheduled io */ member in struct:r5conf

Completed in 324 milliseconds