Searched refs:STATE_PENDING (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/sound/firewire/fireworks/
H A Dfireworks_transaction.c48 STATE_PENDING, enumerator in enum:transaction_queue_state
83 t.state = STATE_PENDING; snd_efw_transaction_run()
96 wait_event_timeout(t.wait, t.state != STATE_PENDING, snd_efw_transaction_run()
216 if ((t->state == STATE_PENDING) && (t->seqnum == seqnum)) { handle_resp_for_kernel()
298 (t->state == STATE_PENDING)) { snd_efw_transaction_bus_reset()
/linux-4.1.27/sound/firewire/
H A Dfcp.c184 STATE_PENDING, enumerator in enum:fcp_state
235 t.state = STATE_PENDING; fcp_avc_transaction()
254 wait_event_timeout(t.wait, t.state != STATE_PENDING, fcp_avc_transaction()
265 t.state = STATE_PENDING; fcp_avc_transaction()
302 (t->state == STATE_PENDING || fcp_bus_reset()
355 if (t->state == STATE_PENDING && fcp_response()
/linux-4.1.27/ipc/
H A Dmqueue.c50 #define STATE_PENDING 1 macro
577 while (ewp->state == STATE_PENDING) wq_sleep()
909 * spinlock. Therefore an intermediate STATE_PENDING state and memory barriers
925 receiver->state = STATE_PENDING; pipelined_send()
945 sender->state = STATE_PENDING; pipelined_receive()

Completed in 150 milliseconds