Searched refs:cache (Results 1 – 4 of 4) sorted by relevance
/lib/ |
D | lru_cache.c | 99 struct lru_cache *lc_create(const char *name, struct kmem_cache *cache, in lc_create() argument 107 unsigned cache_obj_size = kmem_cache_size(cache); in lc_create() 140 lc->lc_cache = cache; in lc_create() 146 void *p = kmem_cache_alloc(cache, GFP_KERNEL); in lc_create() 163 kmem_cache_free(cache, p - e_off); in lc_create()
|
D | bch.c | 724 rep = bch->cache; in gf_poly_mod() 811 gf_poly_logrep(bch, f, bch->cache); in compute_trace_bk_mod() 826 gf_poly_mod(bch, z, f, bch->cache); in compute_trace_bk_mod() 922 gf_poly_logrep(bch, p, bch->cache); in chien_search() 923 bch->cache[p->deg] = 0; in chien_search() 929 m = bch->cache[j]; in chien_search() 1306 bch->cache = bch_alloc(2*t*sizeof(*bch->cache), &err); in init_bch() 1355 kfree(bch->cache); in free_bch()
|
D | Kconfig | 113 Most modern processors have enough cache to hold this table without 114 thrashing the cache.
|
D | Kconfig.debug | 61 will be able to flush the buffer cache to disk, reboot the system
|