Searched refs:bcsize (Results 1 – 2 of 2) sorted by relevance
378 uint64_t msize, bcsize; in pt_section_memsize_locked() local398 errcode = pt_section_bcache_memsize(section, &bcsize); in pt_section_memsize_locked()402 *psize = msize + bcsize; in pt_section_memsize_locked()
47 uint64_t bcsize; member400 section->bcsize = 0ull; in pt_section_unmap()430 if (section->bcsize) in pt_section_request_bcache()433 section->bcsize = section->size * 3; in pt_section_request_bcache()434 memsize = section->size + section->bcsize; in pt_section_request_bcache()487 *size = section->mcount ? section->size + section->bcsize : 0ull; in pt_section_memsize()