Home
last modified time | relevance | path

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

/drivers/ata/
Dlibata-sff.c1050 int poll_next; in ata_sff_hsm_move() local
1074 poll_next = (qc->tf.flags & ATA_TFLAG_POLLING); in ata_sff_hsm_move()
1254 poll_next = 1; in ata_sff_hsm_move()
1275 poll_next = 0; in ata_sff_hsm_move()
1284 poll_next = 0; in ata_sff_hsm_move()
1287 poll_next = 0; in ata_sff_hsm_move()
1291 return poll_next; in ata_sff_hsm_move()
1351 int poll_next; in ata_sff_pio_task() local
1392 poll_next = ata_sff_hsm_move(ap, qc, status, 1); in ata_sff_pio_task()
1397 if (poll_next) in ata_sff_pio_task()
/drivers/staging/rdma/hfi1/
Dfile_ops.c105 static unsigned int poll_next(struct file *, struct poll_table_struct *);
745 pollflag = poll_next(fp, pt); in hfi1_poll()
1396 static unsigned int poll_next(struct file *fp, in poll_next() function