Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/ata/
Dlibata-sff.c977 int poll_next; in ata_sff_hsm_move() local
1001 poll_next = (qc->tf.flags & ATA_TFLAG_POLLING); in ata_sff_hsm_move()
1181 poll_next = 1; in ata_sff_hsm_move()
1202 poll_next = 0; in ata_sff_hsm_move()
1211 poll_next = 0; in ata_sff_hsm_move()
1214 poll_next = 0; in ata_sff_hsm_move()
1219 return poll_next; in ata_sff_hsm_move()
1279 int poll_next; in ata_sff_pio_task() local
1320 poll_next = ata_sff_hsm_move(ap, qc, status, 1); in ata_sff_pio_task()
1325 if (poll_next) in ata_sff_pio_task()
/Linux-v5.4/drivers/infiniband/hw/hfi1/
Dfile_ops.c106 static __poll_t poll_next(struct file *fp, struct poll_table_struct *pt);
619 pollflag = poll_next(fp, pt); in hfi1_poll()
1455 static __poll_t poll_next(struct file *fp, in poll_next() function