Home
last modified time | relevance | path

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

/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_block_cache.h199 extern void pt_bcache_free(struct pt_block_cache *bcache);
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_block_cache.c57 void pt_bcache_free(struct pt_block_cache *bcache) in pt_bcache_free() function
H A Dpt_section.c619 pt_bcache_free(section->bcache); in pt_section_unmap()
/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-block_cache.c94 pt_bcache_free(bfix->bcache); in bfix_fini()
116 pt_bcache_free(NULL); in free_null()
H A Dptunit-section.c110 void pt_bcache_free(struct pt_block_cache *bcache) in pt_bcache_free() function