Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/core/
Duverbs_main.c346 struct ib_uverbs_completion_event_file *comp_ev_file = in ib_uverbs_comp_event_read() local
349 return ib_uverbs_event_read(&comp_ev_file->ev_queue, in ib_uverbs_comp_event_read()
350 comp_ev_file->uobj.ufile, filp, in ib_uverbs_comp_event_read()
380 struct ib_uverbs_completion_event_file *comp_ev_file = in ib_uverbs_comp_event_poll() local
383 return ib_uverbs_event_poll(&comp_ev_file->ev_queue, filp, wait); in ib_uverbs_comp_event_poll()
395 struct ib_uverbs_completion_event_file *comp_ev_file = in ib_uverbs_comp_event_fasync() local
398 return fasync_helper(fd, filp, on, &comp_ev_file->ev_queue.async_queue); in ib_uverbs_comp_event_fasync()