OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mq_curmsgs
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/compat/linux/common/
linux_mqueue.h
36
long
mq_curmsgs
; /* number of messages currently queued */
member in struct:linux_mq_attr
linux_mqueue.c
59
bmp->
mq_curmsgs
= lmp->
mq_curmsgs
;
70
lmp->
mq_curmsgs
= bmp->
mq_curmsgs
;
/src/sys/sys/
mqueue.h
42
long
mq_curmsgs
; /* Count of the queued messages */
member in struct:mq_attr
/src/sys/kern/
sys_mqueue.c
354
if (mqattr->
mq_curmsgs
)
361
if (mqattr->
mq_curmsgs
< mqattr->mq_maxmsg)
433
attr->
mq_curmsgs
= 0;
653
while (mqattr->
mq_curmsgs
== 0) {
701
mqattr->
mq_curmsgs
--;
836
while (mqattr->
mq_curmsgs
>= mqattr->mq_maxmsg) {
857
KASSERT(mqattr->
mq_curmsgs
< mqattr->mq_maxmsg);
874
if (mqattr->
mq_curmsgs
== 0 && mq->mq_notify_proc &&
888
mqattr->
mq_curmsgs
++;
1214
mq->mq_attrib.
mq_curmsgs
);
[
all
...]
/src/sys/compat/netbsd32/
netbsd32_conv.h
945
attr->
mq_curmsgs
= a32->
mq_curmsgs
;
957
a32->
mq_curmsgs
= attr->
mq_curmsgs
;
netbsd32.h
1232
netbsd32_long
mq_curmsgs
;
member in struct:netbsd32_mq_attr
Completed in 14 milliseconds
Indexes created Thu Nov 06 07:09:58 GMT 2025