Home
last modified time | relevance | path

Searched refs:pt_section_alloc_bcache (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/processor-trace/libipt/internal/include/
H A Dpt_section.h266 extern int pt_section_alloc_bcache(struct pt_section *section);
280 return pt_section_alloc_bcache(section); in pt_section_request_bcache()
/freebsd-12.1/contrib/processor-trace/libipt/test/src/
H A Dptunit-section.c1129 errcode = pt_section_alloc_bcache(sfix->section); in bcache_alloc_free()
1158 errcode = pt_section_alloc_bcache(sfix->section); in bcache_alloc_twice()
1161 errcode = pt_section_alloc_bcache(sfix->section); in bcache_alloc_twice()
1180 errcode = pt_section_alloc_bcache(sfix->section); in bcache_alloc_nomap()
1269 errcode = pt_section_alloc_bcache(sfix->section); in memsize_map_bcache()
/freebsd-12.1/contrib/processor-trace/libipt/src/
H A Dpt_section.c432 int pt_section_alloc_bcache(struct pt_section *section) in pt_section_alloc_bcache() function