Home
last modified time | relevance | path

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

/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_section.h271 extern int pt_section_alloc_bcache(struct pt_section *section);
285 return pt_section_alloc_bcache(section); in pt_section_request_bcache()
/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-section.c1166 errcode = pt_section_alloc_bcache(sfix->section); in bcache_alloc_free()
1196 errcode = pt_section_alloc_bcache(sfix->section); in bcache_alloc_twice()
1199 errcode = pt_section_alloc_bcache(sfix->section); in bcache_alloc_twice()
1219 errcode = pt_section_alloc_bcache(sfix->section); in bcache_alloc_nomap()
1312 errcode = pt_section_alloc_bcache(sfix->section); in memsize_map_bcache()
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_section.c443 int pt_section_alloc_bcache(struct pt_section *section) in pt_section_alloc_bcache() function