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

/linux-master/drivers/md/
H A Draid1.c978 * check conf->nr_pending[idx]. In _wait_barrier() we firstly
982 * there will be a race between raise_barrier() and _wait_barrier().
1024 static bool _wait_barrier(struct r1conf *conf, int idx, bool nowait) function
1038 * In _wait_barrier() we firstly increase conf->nr_pending[idx], then
1043 * will be a race between _wait_barrier() and raise_barrier().
1099 * Very similar to _wait_barrier(). The difference is, for read
1140 return _wait_barrier(conf, idx, nowait);
1178 * raise_barrier(), and new normal I/O will blocked at _wait_barrier()
1793 _wait_barrier(conf, idx, false);

Completed in 208 milliseconds