Home
last modified time | relevance | path

Searched refs:lc_create (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dlru_cache.h238 extern struct lru_cache *lc_create(const char *name, struct kmem_cache *cache,
/openbmc/linux/lib/
H A Dlru_cache.c77 struct lru_cache *lc_create(const char *name, struct kmem_cache *cache, in lc_create() function
608 EXPORT_SYMBOL(lc_create);
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_nl.c1161 n = lc_create("act_log", drbd_al_ext_cache, AL_UPDATES_PER_TRANSACTION, in drbd_check_al_size()
1834 resync_lru = lc_create("resync", drbd_bm_ext_cache, in drbd_adm_attach()