Home
last modified time | relevance | path

Searched refs:uffd_flags (Results 1 – 7 of 7) sorted by relevance

/external/strace/xlat/
Duffd_flags.h5 # error static const struct xlat uffd_flags in mpers mode
10 const struct xlat uffd_flags[] = { variable
DMakemodule.am1 …bi_volume_types.in xlat/uffd_api_flags.in xlat/uffd_copy_flags.in xlat/uffd_flags.in xlat/uffd_reg…
2 …t/ubi_volume_types.h xlat/uffd_api_flags.h xlat/uffd_copy_flags.h xlat/uffd_flags.h xlat/uffd_regi…
581 $(top_srcdir)/xlat/uffd_flags.h: $(top_srcdir)/xlat/uffd_flags.in $(top_srcdir)/xlat/gen.sh
/external/linux-kselftest/tools/testing/selftests/vm/
Duserfaultfd.c425 int uffd_flags, err; in userfaultfd_stress() local
445 uffd_flags = fcntl(uffd, F_GETFD, NULL); in userfaultfd_stress()
519 fcntl(uffd, F_SETFL, uffd_flags | O_NONBLOCK); in userfaultfd_stress()
521 fcntl(uffd, F_SETFL, uffd_flags & ~O_NONBLOCK); in userfaultfd_stress()
/external/strace/
Duserfaultfd.c35 printflags(uffd_flags, tcp->u_arg[0], "UFFD_???"); in SYS_FUNC()
DMakefile845 xlat/uffd_copy_flags.in xlat/uffd_flags.in \
978 xlat/uffd_api_flags.h xlat/uffd_copy_flags.h xlat/uffd_flags.h \
6367 $(top_srcdir)/xlat/uffd_flags.h: $(top_srcdir)/xlat/uffd_flags.in $(top_srcdir)/xlat/gen.sh
DMakefile.in845 xlat/uffd_copy_flags.in xlat/uffd_flags.in \
978 xlat/uffd_api_flags.h xlat/uffd_copy_flags.h xlat/uffd_flags.h \
6367 $(top_srcdir)/xlat/uffd_flags.h: $(top_srcdir)/xlat/uffd_flags.in $(top_srcdir)/xlat/gen.sh
DChangeLog16439 * xlat/uffd_flags.in: New file.