Home
last modified time | relevance | path

Searched refs:PIDFD_SELF (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/pidfd/
H A Dpidfd.h75 #ifndef PIDFD_SELF
76 #define PIDFD_SELF PIDFD_SELF_THREAD macro
/linux/include/uapi/linux/
H A Dpidfd.h55 #define PIDFD_SELF PIDFD_SELF_THREAD macro
/linux/tools/testing/selftests/mm/
H A Dprocess_madv.c31 self->pidfd = PIDFD_SELF; in FIXTURE_SETUP()
H A Dguard-regions.c623 count = sys_process_madvise(PIDFD_SELF, vec, 6, MADV_GUARD_INSTALL, 0); in TEST_F()
644 count = sys_process_madvise(PIDFD_SELF, vec, 6, MADV_GUARD_REMOVE, 0); in TEST_F()