Home
last modified time | relevance | path

Searched refs:pt_iscache_notify_resize (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_image_section_cache.h203 extern int pt_iscache_notify_resize(struct pt_image_section_cache *iscache,
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_section.c512 errcode = pt_iscache_notify_resize(iscache, section, in pt_section_alloc_bcache()
H A Dpt_image_section_cache.c1074 int pt_iscache_notify_resize(struct pt_image_section_cache *iscache, in pt_iscache_notify_resize() function
/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-section.c48 extern int pt_iscache_notify_resize(struct pt_image_section_cache *iscache,
66 int pt_iscache_notify_resize(struct pt_image_section_cache *iscache, in pt_iscache_notify_resize() function
H A Dptunit-image_section_cache.c444 errcode = pt_iscache_notify_resize(iscache, section, memsize); in pt_section_request_bcache()