HomeSort by relevance Sort by last modified time
    Searched refs:check_munmap (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/kernel/syscalls/memfd_create/
memfd_create_common.c 213 void check_munmap(const char *file, const int lineno, void *p, size_t length) function
323 check_munmap(filename, lineno, p, MFD_DEF_SIZE);
329 check_munmap(filename, lineno, p, MFD_DEF_SIZE);
346 check_munmap(filename, lineno, p, MFD_DEF_SIZE);
353 check_munmap(filename, lineno, p, MFD_DEF_SIZE);
365 check_munmap(filename, lineno, p, MFD_DEF_SIZE);
memfd_create_common.h 49 #define CHECK_MUNMAP(p, length) \
50 check_munmap(__FILE__, __LINE__, (p), (length))
125 void check_munmap(const char *file, const int lineno, void *p, size_t length);

Completed in 72 milliseconds