Home
last modified time | relevance | path

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

/external/strace/xlat/
Dmlockall_flags.h14 # error static const struct xlat mlockall_flags in mpers mode
19 const struct xlat mlockall_flags[] = { variable
DMakemodule.am1 …rrier_cmds.in xlat/memfd_create_flags.in xlat/mempolicyflags.in xlat/mlockall_flags.in xlat/mlock_…
2 …mbarrier_cmds.h xlat/memfd_create_flags.h xlat/mempolicyflags.h xlat/mlockall_flags.h xlat/mlock_f…
223 $(top_srcdir)/xlat/mlockall_flags.h: $(top_srcdir)/xlat/mlockall_flags.in $(top_srcdir)/xlat/gen.sh
/external/strace/
Dmem.c231 printflags(mlockall_flags, tcp->u_arg[0], "MCL_???"); in SYS_FUNC()