Home
last modified time | relevance | path

Searched refs:cnt_pending (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/linux/raid/
Draid1.h56 cnt_pending, cnt_future; member
/linux-2.4.37.9/drivers/md/
Draid1.c374 else if (!--conf->cnt_pending) in io_request_done()
869 wait_event_lock_irq(conf->wait_ready, !conf->cnt_pending, conf->segment_lock); in close_sync()
872 conf->cnt_pending = conf->cnt_future; in close_sync()
875 wait_event_lock_irq(conf->wait_ready, !conf->cnt_pending, conf->segment_lock); in close_sync()
1419 conf->cnt_future += conf->cnt_done+conf->cnt_pending; in raid1_sync_request()
1420 conf->cnt_done = conf->cnt_pending = 0; in raid1_sync_request()
1427 conf->cnt_done, conf->cnt_active, conf->cnt_ready, conf->cnt_pending, conf->cnt_future); in raid1_sync_request()
1432 !conf->cnt_pending, in raid1_sync_request()
1442 conf->cnt_pending = conf->cnt_future; in raid1_sync_request()