Searched refs:comp_ev_file (Results 1 – 2 of 2) sorted by relevance
296 struct ib_uverbs_completion_event_file *comp_ev_file = in ib_uverbs_comp_event_read() local299 return ib_uverbs_event_read(&comp_ev_file->ev_queue, in ib_uverbs_comp_event_read()300 comp_ev_file->uobj.ufile, filp, in ib_uverbs_comp_event_read()330 struct ib_uverbs_completion_event_file *comp_ev_file = in ib_uverbs_comp_event_poll() local333 return ib_uverbs_event_poll(&comp_ev_file->ev_queue, filp, wait); in ib_uverbs_comp_event_poll()345 struct ib_uverbs_completion_event_file *comp_ev_file = in ib_uverbs_comp_event_fasync() local348 return fasync_helper(fd, filp, on, &comp_ev_file->ev_queue.async_queue); in ib_uverbs_comp_event_fasync()
2448 struct devx_async_cmd_event_file *comp_ev_file = filp->private_data; in devx_async_cmd_event_read() local2449 struct devx_async_event_queue *ev_queue = &comp_ev_file->ev_queue; in devx_async_cmd_event_read()2502 struct devx_async_cmd_event_file *comp_ev_file = container_of( in devx_async_cmd_event_close() local2506 spin_lock_irq(&comp_ev_file->ev_queue.lock); in devx_async_cmd_event_close()2508 &comp_ev_file->ev_queue.event_list, list) in devx_async_cmd_event_close()2510 spin_unlock_irq(&comp_ev_file->ev_queue.lock); in devx_async_cmd_event_close()2519 struct devx_async_cmd_event_file *comp_ev_file = filp->private_data; in devx_async_cmd_event_poll() local2520 struct devx_async_event_queue *ev_queue = &comp_ev_file->ev_queue; in devx_async_cmd_event_poll()2690 struct devx_async_cmd_event_file *comp_ev_file = in devx_hot_unplug_async_cmd_event_file() local2693 struct devx_async_event_queue *ev_queue = &comp_ev_file->ev_queue; in devx_hot_unplug_async_cmd_event_file()[all …]