Lines Matching refs:wait
375 int aac_queue_get(struct aac_dev * dev, u32 * index, u32 qid, struct hw_fib * hw_fib, int wait, str… in aac_queue_get() argument
438 int priority, int wait, int reply, fib_callback callback, in aac_fib_send() argument
462 if (wait && !reply) { in aac_fib_send()
464 } else if (!wait && reply) { in aac_fib_send()
467 } else if (!wait && !reply) { in aac_fib_send()
470 } else if (wait && reply) { in aac_fib_send()
506 if (!wait) { in aac_fib_send()
527 if (wait) { in aac_fib_send()
542 if (wait) in aac_fib_send()
555 if (wait) { in aac_fib_send()
568 if (wait) { in aac_fib_send()
582 if (wait) { in aac_fib_send()
585 if (wait < 0) { in aac_fib_send()
598 if (wait == -1) { in aac_fib_send()
607 if (wait == -1) { in aac_fib_send()
1688 DECLARE_WAITQUEUE(wait, current); in aac_command_thread()
1703 add_wait_queue(&dev->queues->queue[HostNormCmdQueue].cmdready, &wait); in aac_command_thread()
1983 remove_wait_queue(&dev->queues->queue[HostNormCmdQueue].cmdready, &wait); in aac_command_thread()