Home
last modified time | relevance | path

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

/ipc/
Dmqueue.c63 int state; /* one of STATE_* values */ member
580 while (ewp->state == STATE_PENDING) in wq_sleep()
583 if (ewp->state == STATE_READY) { in wq_sleep()
588 if (ewp->state == STATE_READY) { in wq_sleep()
926 receiver->state = STATE_PENDING; in pipelined_send()
929 receiver->state = STATE_READY; in pipelined_send()
946 sender->state = STATE_PENDING; in pipelined_receive()
949 sender->state = STATE_READY; in pipelined_receive()
1039 wait.state = STATE_NONE; in SYSCALL_DEFINE5()
1145 wait.state = STATE_NONE; in SYSCALL_DEFINE5()
Dmsg.c235 current->state = TASK_INTERRUPTIBLE; in ss_add()
903 current->state = TASK_INTERRUPTIBLE; in do_msgrcv()
Dsem.c1675 current->state = TASK_INTERRUPTIBLE; in SYSCALL_DEFINE4()