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.c153 if (event->recv_pid == failed_pid) in perm_group_watchdog()
156 failed_pid = event->recv_pid; in perm_group_watchdog()
158 task = find_task_by_pid_ns(event->recv_pid, in perm_group_watchdog()
162 event->recv_pid, in perm_group_watchdog()
1041 FANOTIFY_PERM(event)->recv_pid = current->pid; in fanotify_read()
H A Dfanotify.h449 pid_t recv_pid; /* pid of task receiving the event */ member