OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mfd_flags_available
(Results
1 - 2
of
2
) sorted by null
/external/ltp/testcases/kernel/syscalls/memfd_create/
memfd_create_common.h
32
#define
MFD_FLAGS_AVAILABLE
(flags) \
33
mfd_flags_available
(__FILE__, __LINE__, (flags))
99
int
mfd_flags_available
(const char *filename, const int lineno,
memfd_create_common.c
113
if (!
MFD_FLAGS_AVAILABLE
(0)) {
121
if (
MFD_FLAGS_AVAILABLE
(flag))
128
int
mfd_flags_available
(const char *filename, const int lineno,
function
Completed in 144 milliseconds