Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dlru_cache.h239 extern struct lru_cache *lc_create(const char *name, struct kmem_cache *cache,
/OK3568_Linux_fs/kernel/lib/
H A Dlru_cache.c87 struct lru_cache *lc_create(const char *name, struct kmem_cache *cache, in lc_create() function
660 EXPORT_SYMBOL(lc_create);
/OK3568_Linux_fs/kernel/drivers/block/drbd/
H A Ddrbd_nl.c1160 n = lc_create("act_log", drbd_al_ext_cache, AL_UPDATES_PER_TRANSACTION, in drbd_check_al_size()
1895 resync_lru = lc_create("resync", drbd_bm_ext_cache, in drbd_adm_attach()