Searched refs:poll_next (Results 1 – 2 of 2) sorted by relevance
973 int poll_next; in ata_sff_hsm_move() local997 poll_next = (qc->tf.flags & ATA_TFLAG_POLLING); in ata_sff_hsm_move()1177 poll_next = 1; in ata_sff_hsm_move()1198 poll_next = 0; in ata_sff_hsm_move()1207 poll_next = 0; in ata_sff_hsm_move()1210 poll_next = 0; in ata_sff_hsm_move()1215 return poll_next; in ata_sff_hsm_move()1275 int poll_next; in ata_sff_pio_task() local1316 poll_next = ata_sff_hsm_move(ap, qc, status, 1); in ata_sff_pio_task()1321 if (poll_next) in ata_sff_pio_task()
107 static __poll_t poll_next(struct file *fp, struct poll_table_struct *pt);628 pollflag = poll_next(fp, pt); in hfi1_poll()1463 static __poll_t poll_next(struct file *fp, in poll_next() function