OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mq_notify_proc
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/sys/
mqueue.h
86
struct proc *
mq_notify_proc
;
member in struct:mqueue
/src/sys/compat/linux/common/
linux_mqueue.c
212
if (mq->
mq_notify_proc
== NULL) {
215
mq->
mq_notify_proc
= l->l_proc;
222
mq->
mq_notify_proc
= NULL;
/src/sys/compat/netbsd32/
netbsd32_mqueue.c
204
if (mq->
mq_notify_proc
== NULL) {
206
mq->
mq_notify_proc
= l->l_proc;
213
mq->
mq_notify_proc
= NULL;
/src/sys/kern/
sys_mqueue.c
874
if (mqattr->mq_curmsgs == 0 && mq->
mq_notify_proc
&&
883
notify = mq->
mq_notify_proc
;
884
mq->
mq_notify_proc
= NULL;
980
if (mq->
mq_notify_proc
== NULL) {
983
mq->
mq_notify_proc
= l->l_proc;
990
mq->
mq_notify_proc
= NULL;
Completed in 13 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025