Searched refs:UFFD_EVENT_FORK (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/uapi/linux/
H A Duserfaultfd.h152 #define UFFD_EVENT_FORK 0x13 macro
/linux-master/fs/
H A Duserfaultfd.c595 if (ewq->msg.event == UFFD_EVENT_FORK) {
713 ewq.msg.event = UFFD_EVENT_FORK;
1087 if (uwq->msg.event == UFFD_EVENT_FORK) {
1126 if (!ret && msg->event == UFFD_EVENT_FORK) {
/linux-master/tools/testing/selftests/mm/
H A Duffd-common.c549 case UFFD_EVENT_FORK:
H A Duffd-unit-tests.c248 if (msg.event != UFFD_EVENT_FORK)

Completed in 118 milliseconds