Home
last modified time | relevance | path

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

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