Searched refs:in_wq (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dlibata-core.c4707 * @in_wq: 1 if called from workqueue, 0 otherwise
4712 * If @in_wq is zero, spin_lock_irqsave(host lock).
4715 static void ata_hsm_qc_complete(struct ata_queued_cmd *qc, int in_wq) argument
4721 if (in_wq) {
4744 if (in_wq) {
4759 * @in_wq: 1 if called from workqueue, 0 otherwise
4765 u8 status, int in_wq)
4774 * in_wq is not equivalent to (qc->tf.flags & ATA_TFLAG_POLLING).
4776 WARN_ON(in_wq != ata_hsm_ok_in_wq(ap, qc));
4825 if (in_wq)
4764 ata_hsm_move(struct ata_port *ap, struct ata_queued_cmd *qc, u8 status, int in_wq) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dlibata.h790 u8 status, int in_wq);

Completed in 164 milliseconds