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

/linux-master/drivers/md/
H A Draid5.h623 atomic_t preread_active_stripes; /* stripes with scheduled io */ member in struct:r5conf
H A Draid5.c277 if (atomic_dec_return(&conf->preread_active_stripes)
990 if (atomic_dec_return(&conf->preread_active_stripes)
5238 atomic_inc(&conf->preread_active_stripes);
5325 atomic_dec(&conf->preread_active_stripes);
5326 if (atomic_read(&conf->preread_active_stripes) <
5337 if (atomic_read(&conf->preread_active_stripes) < IO_THRESHOLD) {
5345 atomic_inc(&conf->preread_active_stripes);
5806 atomic_inc(&conf->preread_active_stripes);
6007 atomic_inc(&conf->preread_active_stripes);
7488 atomic_set(&conf->preread_active_stripes,
[all...]
H A Draid5-cache.c463 atomic_inc(&conf->preread_active_stripes);

Completed in 163 milliseconds