Home
last modified time | relevance | path

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

/Linux-v4.19/ipc/
Dmqueue.c78 struct pid *notify_owner; member
245 info->notify_owner = NULL; in mqueue_get_inode()
516 info->notify_owner ? info->notify.sigev_notify : 0, in mqueue_read_file()
517 (info->notify_owner && in mqueue_read_file()
520 pid_vnr(info->notify_owner)); in mqueue_read_file()
538 if (task_tgid(current) == info->notify_owner) in mqueue_flush_file()
656 if (info->notify_owner && in __do_notify()
673 ns_of_pid(info->notify_owner)); in __do_notify()
678 &sig_i, info->notify_owner); in __do_notify()
686 put_pid(info->notify_owner); in __do_notify()
[all …]