Home
last modified time | relevance | path

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

/linux/drivers/ata/ !
H A Dlibata-sff.c920 int poll_next; in ata_sff_hsm_move() local
943 poll_next = (qc->tf.flags & ATA_TFLAG_POLLING); in ata_sff_hsm_move()
1123 poll_next = 1; in ata_sff_hsm_move()
1143 poll_next = 0; in ata_sff_hsm_move()
1152 poll_next = 0; in ata_sff_hsm_move()
1155 poll_next = 0; in ata_sff_hsm_move()
1160 return poll_next; in ata_sff_hsm_move()
1217 int poll_next; in ata_sff_pio_task() local
1258 poll_next = ata_sff_hsm_move(ap, qc, status, 1); in ata_sff_pio_task()
1263 if (poll_next) in ata_sff_pio_task()
[all...]
/linux/drivers/infiniband/hw/hfi1/ !
H A Dfile_ops.c66 static __poll_t poll_next(struct file *fp, struct poll_table_struct *pt);
620 pollflag = poll_next(fp, pt); in hfi1_poll()
1460 static __poll_t poll_next(struct file *fp, in poll_next() function