Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/ata/
Dlibata-sff.c997 static void ata_hsm_qc_complete(struct ata_queued_cmd *qc, int in_wq) in ata_hsm_qc_complete() argument
1003 if (in_wq) { in ata_hsm_qc_complete()
1026 if (in_wq) { in ata_hsm_qc_complete()
1047 u8 status, int in_wq) in ata_sff_hsm_move() argument
1060 WARN_ON_ONCE(in_wq != ata_hsm_ok_in_wq(ap, qc)); in ata_sff_hsm_move()
1120 if (in_wq) in ata_sff_hsm_move()
1138 if (in_wq) in ata_sff_hsm_move()
1284 ata_hsm_qc_complete(qc, in_wq); in ata_sff_hsm_move()
1293 ata_hsm_qc_complete(qc, in_wq); in ata_sff_hsm_move()
/linux-3.4.99/include/linux/
Dlibata.h1660 u8 status, int in_wq);