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

/linux-master/include/linux/
H A Dlru_cache.h238 extern struct lru_cache *lc_create(const char *name, struct kmem_cache *cache,
/linux-master/lib/
H A Dlru_cache.c66 * lc_create - prepares to track objects in an active set
77 struct lru_cache *lc_create(const char *name, struct kmem_cache *cache, function
161 * lc_destroy - frees memory allocated by lc_create()
181 * basically a short cut to lc_destroy(lc); lc = lc_create(...);
462 * Up to "max_pending_changes" (see lc_create()) can be accumulated.
608 EXPORT_SYMBOL(lc_create); variable
/linux-master/drivers/block/drbd/
H A Ddrbd_nl.c1161 n = lc_create("act_log", drbd_al_ext_cache, AL_UPDATES_PER_TRANSACTION,
1827 resync_lru = lc_create("resync", drbd_bm_ext_cache,

Completed in 206 milliseconds