Searched refs:oldest_tle (Results 1 - 2 of 2) 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_main.c184 * mdev->newest_tle points to the head, mdev->oldest_tle points to the tail
205 mdev->oldest_tle = b;
217 D_ASSERT(mdev->oldest_tle == mdev->newest_tle);
219 kfree(mdev->oldest_tle);
220 mdev->oldest_tle = NULL;
274 b = mdev->oldest_tle;
317 mdev->oldest_tle = nob;
319 barrier. Therefore mdev->oldest_tle points already to b */
322 mdev->oldest_tle = nob;
354 b = mdev->oldest_tle;
[all...]
H A Ddrbd_int.h964 struct drbd_tl_epoch *oldest_tle; member in struct:drbd_conf

Completed in 89 milliseconds