Searched refs:check_munmap (Results 1 – 2 of 2) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/memfd_create/ |
D | memfd_create_common.c | 203 void check_munmap(const char *file, const int lineno, void *p, size_t length) in check_munmap() function 313 check_munmap(filename, lineno, p, MFD_DEF_SIZE); in check_mfd_readable() 319 check_munmap(filename, lineno, p, MFD_DEF_SIZE); in check_mfd_readable() 336 check_munmap(filename, lineno, p, MFD_DEF_SIZE); in check_mfd_writeable() 343 check_munmap(filename, lineno, p, MFD_DEF_SIZE); in check_mfd_writeable() 355 check_munmap(filename, lineno, p, MFD_DEF_SIZE); in check_mfd_writeable()
|
D | memfd_create_common.h | 50 check_munmap(__FILE__, __LINE__, (p), (length)) 125 void check_munmap(const char *file, const int lineno, void *p, size_t length);
|