Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/ata/
Dlibata-sff.c919 int poll_next; in ata_sff_hsm_move() local
1216 int poll_next; in ata_sff_pio_task() local
/Linux-v6.6/drivers/infiniband/hw/hfi1/
Dfile_ops.c1460 static __poll_t poll_next(struct file *fp, in poll_next() function
/Linux-v6.6/rust/alloc/
Dboxed.rs2133 fn poll_next(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Option<Self::Item>> { in poll_next() method