Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dlwkt_msgport.c720 if (port->mp_flags & MSGPORTF_WAITING) in lwkt_thread_putport()
797 port->mp_flags &= ~MSGPORTF_WAITING; in lwkt_thread_waitmsg()
837 port->mp_flags |= MSGPORTF_WAITING; in lwkt_thread_waitport()
839 port->mp_flags &= ~MSGPORTF_WAITING; in lwkt_thread_waitport()
891 port->mp_flags &= ~MSGPORTF_WAITING; in lwkt_spin_putport_only()
950 port->mp_flags |= MSGPORTF_WAITING; in lwkt_spin_waitmsg()
997 port->mp_flags |= MSGPORTF_WAITING; in lwkt_spin_waitport()
1043 if (port->mp_flags & MSGPORTF_WAITING) { in lwkt_spin_replyport()
1115 port->mp_flags &= ~MSGPORTF_WAITING; in lwkt_serialize_putport()
1150 port->mp_flags |= MSGPORTF_WAITING; in lwkt_serialize_waitmsg()
[all …]
/dragonfly/sys/sys/
H A Dmsgport.h177 #define MSGPORTF_WAITING 0x0001 macro