Home
last modified time | relevance | path

Searched refs:pt_section_unlock (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_section.c144 int pt_section_unlock(struct pt_section *section) in pt_section_unlock() function
193 (void) pt_section_unlock(section); in pt_section_get()
199 return pt_section_unlock(section); in pt_section_get()
218 return pt_section_unlock(section); in pt_section_put()
221 errcode = pt_section_unlock(section); in pt_section_put()
428 errcode = pt_section_unlock(section); in pt_section_memsize()
505 errcode = pt_section_unlock(section); in pt_section_alloc_bcache()
523 (void) pt_section_unlock(section); in pt_section_alloc_bcache()
576 (void) pt_section_unlock(section); in pt_section_map_share()
582 (void) pt_section_unlock(section); in pt_section_map_share()
[all …]
/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-section-file.c110 (void) pt_section_unlock(section); in pt_section_map_success()
116 errcode = pt_section_unlock(section); in pt_section_map_success()
190 (void) pt_section_unlock(section); in pt_section_map()
H A Dptunit-image_section_cache.c157 static int pt_section_unlock(struct pt_section *section) in pt_section_unlock() function
224 errcode = pt_section_unlock(section); in pt_section_get()
247 errcode = pt_section_unlock(section); in pt_section_put()
381 errcode = pt_section_unlock(section); in pt_section_map_share()
405 errcode = pt_section_unlock(section); in pt_section_unmap()
438 errcode = pt_section_unlock(section); in pt_section_request_bcache()
453 (void) pt_section_unlock(section); in pt_section_request_bcache()
/freebsd/contrib/processor-trace/libipt/src/posix/
H A Dpt_section_posix.c172 (void) pt_section_unlock(section); in pt_sec_posix_map_success()
178 errcode = pt_section_unlock(section); in pt_sec_posix_map_success()
261 (void) pt_section_unlock(section); in pt_section_map()
/freebsd/contrib/processor-trace/libipt/src/windows/
H A Dpt_section_windows.c205 (void) pt_section_unlock(section); in pt_sec_windows_map_success()
211 errcode = pt_section_unlock(section); in pt_sec_windows_map_success()
321 (void) pt_section_unlock(section); in pt_section_map()
/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_section.h191 extern int pt_section_unlock(struct pt_section *section);