Searched refs:mq_list (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/sys/
H A Dmqueue.h96 LIST_ENTRY(mqueue) mq_list; member in struct:mqueue
/netbsd-current/sys/kern/
H A Dsys_mqueue.c260 LIST_FOREACH(mq, &mqueue_head, mq_list) {
564 LIST_INSERT_HEAD(&mqueue_head, mq, mq_list);
1106 LIST_REMOVE(mq, mq_list);
1209 LIST_FOREACH(mq, &mqueue_head, mq_list) {

Completed in 65 milliseconds