Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/ata/
A Dlibata-sff.c929 int poll_next; in ata_sff_hsm_move() local
952 poll_next = (qc->tf.flags & ATA_TFLAG_POLLING); in ata_sff_hsm_move()
1132 poll_next = 1; in ata_sff_hsm_move()
1152 poll_next = 0; in ata_sff_hsm_move()
1161 poll_next = 0; in ata_sff_hsm_move()
1164 poll_next = 0; in ata_sff_hsm_move()
1169 return poll_next; in ata_sff_hsm_move()
1226 int poll_next; in ata_sff_pio_task() local
1267 poll_next = ata_sff_hsm_move(ap, qc, status, 1); in ata_sff_pio_task()
1272 if (poll_next) in ata_sff_pio_task()
/linux-6.3-rc2/drivers/infiniband/hw/hfi1/
A Dfile_ops.c66 static __poll_t poll_next(struct file *fp, struct poll_table_struct *pt);
622 pollflag = poll_next(fp, pt); in hfi1_poll()
1462 static __poll_t poll_next(struct file *fp, in poll_next() function
/linux-6.3-rc2/rust/alloc/
A Dboxed.rs2021 fn poll_next(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Option<Self::Item>> { in poll_next() method
2022 Pin::new(&mut **self).poll_next(cx) in poll_next()

Completed in 17 milliseconds