Searched refs:pt_bcache_alloc (Results 1 – 5 of 5) sorted by relevance
79 bfix->bcache = pt_bcache_alloc(bfix_nentries); in bfix_init()151 bfix->bcache = pt_bcache_alloc(0x10000ull); in alloc()159 bfix->bcache = pt_bcache_alloc(1ull); in alloc_min()167 bfix->bcache = pt_bcache_alloc(UINT32_MAX + 1ull); in alloc_too_big()175 bfix->bcache = pt_bcache_alloc(0ull); in alloc_zero()
91 struct pt_block_cache *pt_bcache_alloc(uint64_t nentries) in pt_bcache_alloc() function
196 extern struct pt_block_cache *pt_bcache_alloc(uint64_t nentries);
35 struct pt_block_cache *pt_bcache_alloc(uint64_t nentries) in pt_bcache_alloc() function
487 bcache = pt_bcache_alloc(csize); in pt_section_alloc_bcache()