Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/ata/
H A Dlibata-sff.c937 * @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) in ata_hsm_qc_complete() argument
950 if (in_wq) { in ata_hsm_qc_complete()
969 if (in_wq) { in ata_hsm_qc_complete()
982 * @in_wq: 1 if called from workqueue, 0 otherwise
988 u8 status, int in_wq) in ata_sff_hsm_move()
1000 * in_wq is not equivalent to (qc->tf.flags & ATA_TFLAG_POLLING). in ata_sff_hsm_move()
1002 WARN_ON_ONCE(in_wq != ata_hsm_ok_in_wq(ap, qc)); in ata_sff_hsm_move()
1215 ata_hsm_qc_complete(qc, in_wq); in ata_sff_hsm_move()
987 ata_sff_hsm_move(struct ata_port *ap, struct ata_queued_cmd *qc, u8 status, int in_wq) ata_sff_hsm_move() argument
[all...]
/kernel/linux/linux-6.6/drivers/ata/
H A Dlibata-sff.c874 * @in_wq: 1 if called from workqueue, 0 otherwise
879 * If @in_wq is zero, spin_lock_irqsave(host lock).
882 static void ata_hsm_qc_complete(struct ata_queued_cmd *qc, int in_wq) in ata_hsm_qc_complete() argument
886 if (in_wq) { in ata_hsm_qc_complete()
909 * @in_wq: 1 if called from workqueue, 0 otherwise
915 u8 status, int in_wq) in ata_sff_hsm_move()
927 * in_wq is not equivalent to (qc->tf.flags & ATA_TFLAG_POLLING). in ata_sff_hsm_move()
929 WARN_ON_ONCE(in_wq != ata_hsm_ok_in_wq(ap, qc)); in ata_sff_hsm_move()
1140 ata_hsm_qc_complete(qc, in_wq); in ata_sff_hsm_move()
1149 ata_hsm_qc_complete(qc, in_wq); in ata_sff_hsm_move()
914 ata_sff_hsm_move(struct ata_port *ap, struct ata_queued_cmd *qc, u8 status, int in_wq) ata_sff_hsm_move() argument
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dlibata.h1930 u8 status, int in_wq);
/kernel/linux/linux-6.6/include/linux/
H A Dlibata.h1962 u8 status, int in_wq);

Completed in 14 milliseconds