Searched refs:UFFD_FEATURE_EVENT_FORK (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/uapi/linux/
H A Duserfaultfd.h30 UFFD_FEATURE_EVENT_FORK | \
235 #define UFFD_FEATURE_EVENT_FORK (1<<1) macro
/linux-master/tools/testing/selftests/mm/
H A Duffd-unit-tests.c670 * This also tests UFFD_FEATURE_EVENT_FORK event along with the signal
1374 UFFD_FEATURE_EVENT_FORK,
1390 UFFD_FEATURE_EVENT_FORK,
1433 UFFD_FEATURE_EVENT_FORK,
1440 UFFD_FEATURE_EVENT_FORK | UFFD_FEATURE_PAGEFAULT_FLAG_WP |
1447 .uffd_feature_required = UFFD_FEATURE_EVENT_FORK |
1454 .uffd_feature_required = UFFD_FEATURE_EVENT_FORK |
/linux-master/fs/
H A Duserfaultfd.c660 if (!octx || !(octx->features & UFFD_FEATURE_EVENT_FORK)) {
2055 if ((features & UFFD_FEATURE_EVENT_FORK) && !capable(CAP_SYS_PTRACE))

Completed in 139 milliseconds