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

/drivers/block/drbd/
H A Ddrbd_nl.c933 struct lru_cache *resync_lru = NULL; local
1020 resync_lru = lc_create("resync", drbd_bm_ext_cache,
1023 if (!resync_lru) {
1163 mdev->resync = resync_lru;
1165 resync_lru = NULL;
1322 lc_destroy(resync_lru);

Completed in 1482 milliseconds