Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dfile_ops.c77 static __poll_t hfi1_poll(struct file *fp, struct poll_table_struct *pt);
123 .poll = hfi1_poll,
608 static __poll_t hfi1_poll(struct file *fp, struct poll_table_struct *pt) in hfi1_poll() function