Home
last modified time | relevance | path

Searched refs:MFD_FLAGS_AVAILABLE (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/kernel/syscalls/memfd_create/
Dmemfd_create_common.c113 if (!MFD_FLAGS_AVAILABLE(0)) { in get_mfd_all_available_flags()
121 if (MFD_FLAGS_AVAILABLE(flag)) in get_mfd_all_available_flags()
Dmemfd_create_common.h32 #define MFD_FLAGS_AVAILABLE(flags) \ macro
Dmemfd_create01.c269 if (!MFD_FLAGS_AVAILABLE(MFD_ALLOW_SEALING)) { in setup()