Searched refs:MFD_CLOEXEC (Results 1 – 3 of 3) sorted by relevance
22 #define MFD_CLOEXEC 0x0001U macro
287 fd = memfd_create("doesn't matter", MFD_CLOEXEC); in TEST()
967 int memfd = memfd_create("foobar", MFD_CLOEXEC); in TEST()