Home
last modified time | relevance | path

Searched refs:lc_destroy (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dlru_cache.h242 extern void lc_destroy(struct lru_cache *lc);
/linux/lib/
H A Dlru_cache.c164 void lc_destroy(struct lru_cache *lc) in lc_destroy() function
610 EXPORT_SYMBOL(lc_destroy);
/linux/drivers/block/drbd/
H A Ddrbd_worker.c1921 lc_destroy(device->resync); in drbd_ldev_destroy()
1923 lc_destroy(device->act_log); in drbd_ldev_destroy()
H A Ddrbd_main.c2179 lc_destroy(device->act_log); in drbd_destroy_device()
2180 lc_destroy(device->resync); in drbd_destroy_device()