Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
H A Dlru_cache.h3 lru_cache.c
32 Because of this later property, it is called "lru_cache".
137 * DRBD currently (May 2009) only uses 61 elements on the resync lru_cache
139 * lru_cache, totalling ~215 kB for 64bit architecture, ~53 pages.
164 struct lru_cache { struct
198 /* see below: flag-bits for lru_cache */
211 /* flag-bits for lru_cache */
239 extern struct lru_cache *lc_create(const char *name, struct kmem_cache *cache,
242 extern void lc_reset(struct lru_cache *lc);
243 extern void lc_destroy(struct lru_cache *l
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dlru_cache.h3 lru_cache.c
32 Because of this later property, it is called "lru_cache".
137 * DRBD currently (May 2009) only uses 61 elements on the resync lru_cache
139 * lru_cache, totalling ~215 kB for 64bit architecture, ~53 pages.
164 struct lru_cache { struct
198 /* see below: flag-bits for lru_cache */
210 /* flag-bits for lru_cache */
238 extern struct lru_cache *lc_create(const char *name, struct kmem_cache *cache,
241 extern void lc_reset(struct lru_cache *lc);
242 extern void lc_destroy(struct lru_cache *l
[all...]
/kernel/linux/linux-5.10/lib/
H A Dlru_cache.c3 lru_cache.c
19 #include <linux/lru_cache.h>
23 MODULE_DESCRIPTION("lru_cache - Track sets of hot objects");
40 struct lru_cache *lc_ = (lc); \
55 int lc_try_lock(struct lru_cache *lc) in lc_try_lock()
84 * Returns a pointer to a newly initialized struct lru_cache on success,
87 struct lru_cache *lc_create(const char *name, struct kmem_cache *cache, in lc_create()
93 struct lru_cache *lc; in lc_create()
160 static void lc_free_by_index(struct lru_cache *lc, unsigned i) in lc_free_by_index()
174 void lc_destroy(struct lru_cache *l
[all...]
H A DMakefile231 obj-$(CONFIG_LRU_CACHE) += lru_cache.o
/kernel/linux/linux-6.6/lib/
H A Dlru_cache.c3 lru_cache.c
19 #include <linux/lru_cache.h>
23 MODULE_DESCRIPTION("lru_cache - Track sets of hot objects");
40 struct lru_cache *lc_ = (lc); \
55 int lc_try_lock(struct lru_cache *lc) in lc_try_lock()
74 * Returns a pointer to a newly initialized struct lru_cache on success,
77 struct lru_cache *lc_create(const char *name, struct kmem_cache *cache, in lc_create()
83 struct lru_cache *lc; in lc_create()
150 static void lc_free_by_index(struct lru_cache *lc, unsigned i) in lc_free_by_index()
164 void lc_destroy(struct lru_cache *l
[all...]
H A DMakefile248 obj-$(CONFIG_LRU_CACHE) += lru_cache.o
/kernel/linux/linux-6.6/fs/btrfs/
H A DMakefile36 lru_cache.o
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_noinline.c180 } lru_cache SEC(".maps");
700 void *lru_map = &lru_cache; in process_packet()
/kernel/linux/linux-6.6/tools/perf/pmu-events/
H A Djevents.py6 from functools import lru_cache namespace
403 @lru_cache(maxsize=None)
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_noinline.c180 } lru_cache SEC(".maps");
658 void *lru_map = &lru_cache; in process_packet()
/kernel/linux/linux-5.10/drivers/block/drbd/
H A Ddrbd_int.h34 #include <linux/lru_cache.h>
920 struct lru_cache *resync;
943 struct lru_cache *act_log; /* activity log */
H A Ddrbd_actlog.c486 struct lru_cache *al = device->act_log; in drbd_al_begin_io_nonblock()
699 * something outside the resync lru_cache in sync. in update_rs_extent()
H A Ddrbd_nl.c1149 struct lru_cache *n, *t; in drbd_check_al_size()
1797 struct lru_cache *resync_lru = NULL; in drbd_adm_attach()
/kernel/linux/linux-6.6/drivers/block/drbd/
H A Ddrbd_int.h33 #include <linux/lru_cache.h>
850 struct lru_cache *resync;
873 struct lru_cache *act_log; /* activity log */
H A Ddrbd_actlog.c486 struct lru_cache *al = device->act_log; in drbd_al_begin_io_nonblock()
699 * something outside the resync lru_cache in sync. in update_rs_extent()
H A Ddrbd_nl.c1150 struct lru_cache *n, *t; in drbd_check_al_size()
1736 struct lru_cache *resync_lru = NULL; in drbd_adm_attach()

Completed in 30 milliseconds