Lines Matching refs:pid
142 old->type != new->type || old->pid != new->pid)
729 struct pid *pid;
826 pid = get_pid(task_pid(current));
828 pid = get_pid(task_tgid(current));
830 /* Mix event info, FAN_ONDIR flag and pid into event merge key */
831 hash ^= hash_long((unsigned long)pid | ondir, FANOTIFY_EVENT_HASH_BITS);
833 event->pid = pid;
1037 put_pid(event->pid);