Home
last modified time | relevance | path

Searched defs:cache_set (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/md/bcache/
H A Dbcache.h517 struct cache_set { struct
518 struct closure cl;
543 mempool_t search;
544 mempool_t bio_meta;
615 atomic_t rescale;
626 uint16_t min_prio;
632 uint8_t need_gc;
634 size_t nbuckets;
689 * bch_cache_set_alloc() will make sure the pool can allocate iterators argument
724 enum {
[all …]
/linux-6.15/scripts/gendwarfksyms/
H A Dcache.c14 void cache_set(struct cache *cache, unsigned long key, int value) in cache_set() function