Home
last modified time | relevance | path

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

/linux-6.15/ipc/
H A Dmqueue.c145 struct pid *notify_owner; member
319 info->notify_owner = NULL; in mqueue_get_inode()
648 (info->notify_owner && in mqueue_read_file()
651 pid_vnr(info->notify_owner)); in mqueue_read_file()
790 if (info->notify_owner && in __do_notify()
811 ns_of_pid(info->notify_owner)); in __do_notify()
836 put_pid(info->notify_owner); in __do_notify()
838 info->notify_owner = NULL; in __do_notify()
856 if (info->notify_owner != NULL && in remove_notification()
861 put_pid(info->notify_owner); in remove_notification()
[all …]