Lines Matching refs:iscache
269 struct pt_image_section_cache *iscache) in pt_section_attach() argument
274 if (!section || !iscache) in pt_section_attach()
284 if (section->iscache || !ucount) in pt_section_attach()
287 section->iscache = iscache; in pt_section_attach()
302 if (section->iscache != iscache) in pt_section_attach()
315 struct pt_image_section_cache *iscache) in pt_section_detach() argument
320 if (!section || !iscache) in pt_section_detach()
327 if (section->iscache != iscache) in pt_section_detach()
341 section->iscache = NULL; in pt_section_detach()
445 struct pt_image_section_cache *iscache; in pt_section_alloc_bcache() local
510 iscache = section->iscache; in pt_section_alloc_bcache()
511 if (iscache) { in pt_section_alloc_bcache()
512 errcode = pt_iscache_notify_resize(iscache, section, in pt_section_alloc_bcache()
532 struct pt_image_section_cache *iscache; in pt_section_on_map_lock() local
542 iscache = section->iscache; in pt_section_on_map_lock()
543 if (!iscache) in pt_section_on_map_lock()
553 status = pt_iscache_notify_map(iscache, section); in pt_section_on_map_lock()