Searched refs:poll_next (Results 1 – 3 of 3) sorted by relevance
1255 int poll_next; in ata_pio_task() local1275 poll_next = ata_hsm_move(ap, qc, status, 1); in ata_pio_task()1280 if (poll_next) in ata_pio_task()1287 int poll_next; in ata_hsm_move() local1292 poll_next = (qc->tf.flags & ATA_TFLAG_POLLING); in ata_hsm_move()1386 poll_next = 1; in ata_hsm_move()1400 poll_next = 0; in ata_hsm_move()1411 poll_next = 0; in ata_hsm_move()1414 poll_next = 0; in ata_hsm_move()1417 return poll_next; in ata_hsm_move()
992 int poll_next; in ata_sff_hsm_move() local1016 poll_next = (qc->tf.flags & ATA_TFLAG_POLLING); in ata_sff_hsm_move()1196 poll_next = 1; in ata_sff_hsm_move()1217 poll_next = 0; in ata_sff_hsm_move()1226 poll_next = 0; in ata_sff_hsm_move()1229 poll_next = 0; in ata_sff_hsm_move()1234 return poll_next; in ata_sff_hsm_move()1294 int poll_next; in ata_sff_pio_task() local1335 poll_next = ata_sff_hsm_move(ap, qc, status, 1); in ata_sff_pio_task()1340 if (poll_next) in ata_sff_pio_task()
107 static __poll_t poll_next(struct file *fp, struct poll_table_struct *pt);630 pollflag = poll_next(fp, pt); in hfi1_poll()1467 static __poll_t poll_next(struct file *fp, in poll_next() function