Searched refs:bcsize (Results 1 – 2 of 2) sorted by relevance
389 uint64_t msize, bcsize; in pt_section_memsize_locked() local409 errcode = pt_section_bcache_memsize(section, &bcsize); in pt_section_memsize_locked()413 *psize = msize + bcsize; in pt_section_memsize_locked()
47 uint64_t bcsize; member402 section->bcsize = 0ull; in pt_section_unmap()432 if (section->bcsize) in pt_section_request_bcache()435 section->bcsize = section->size * 3; in pt_section_request_bcache()436 memsize = section->size + section->bcsize; in pt_section_request_bcache()489 *size = section->mcount ? section->size + section->bcsize : 0ull; in pt_section_memsize()