Home
last modified time | relevance | path

Searched refs:recv_pid (Results 1 – 2 of 2) sorted by relevance

/linux/fs/notify/fanotify/
H A Dfanotify_user.c147 if (event->recv_pid == failed_pid) in perm_group_watchdog()
150 failed_pid = event->recv_pid; in perm_group_watchdog()
152 task = find_task_by_pid_ns(event->recv_pid, in perm_group_watchdog()
156 event->recv_pid, in perm_group_watchdog()
1050 FANOTIFY_PERM(event)->recv_pid = current->pid; in fanotify_read()
H A Dfanotify.h446 pid_t recv_pid; /* pid of task receiving the event */ member