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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/drbd/
H A Ddrbd_receiver.c407 * Move entries from net_ee to done_ee, if ready.
408 * Grab done_ee, call all callbacks, free the entries.
420 list_splice_init(&mdev->done_ee, &work_list);
1311 all EEs moved from the active_ee to the done_ee. We need to
1329 drbd_wait_ee_list_empty(mdev, &mdev->done_ee);
1888 * queue (via done_ee) the P_DISCARD_ACK; OUT.
1941 list_add_tail(&e->w.list, &mdev->done_ee);
3849 D_ASSERT(list_empty(&mdev->done_ee));
4472 empty = list_empty(&mdev->done_ee);
H A Ddrbd_worker.c141 /* after we moved e to done_ee,
152 list_add_tail(&e->w.list, &mdev->done_ee);
H A Ddrbd_main.c2636 INIT_LIST_HEAD(&mdev->done_ee);
2711 D_ASSERT(list_empty(&mdev->done_ee));
2854 rr = drbd_release_ee(mdev, &mdev->done_ee);
H A Ddrbd_int.h708 done_ee .. block written, need to send P_WRITE_ACK
1017 struct list_head done_ee; /* send ack */ member in struct:drbd_conf

Completed in 87 milliseconds