Lines Matching refs:in_wq
937 * @in_wq: 1 if called from workqueue, 0 otherwise
942 * If @in_wq is zero, spin_lock_irqsave(host lock).
945 static void ata_hsm_qc_complete(struct ata_queued_cmd *qc, int in_wq)
950 if (in_wq) {
969 if (in_wq) {
982 * @in_wq: 1 if called from workqueue, 0 otherwise
988 u8 status, int in_wq)
1000 * in_wq is not equivalent to (qc->tf.flags & ATA_TFLAG_POLLING).
1002 WARN_ON_ONCE(in_wq != ata_hsm_ok_in_wq(ap, qc));
1215 ata_hsm_qc_complete(qc, in_wq);
1224 ata_hsm_qc_complete(qc, in_wq);