Lines Matching refs:events
73 struct list_head events; member
87 struct list_head events; /* list of pending events. */ member
159 while (!list_empty(&ctx->events)) { in ib_ucm_cleanup_events()
161 uevent = list_entry(ctx->events.next, in ib_ucm_cleanup_events()
188 INIT_LIST_HEAD(&ctx->events); in ib_ucm_ctx_alloc()
372 list_add_tail(&uevent->file_list, &ctx->file->events); in ib_ucm_event_handler()
373 list_add_tail(&uevent->ctx_list, &ctx->events); in ib_ucm_event_handler()
401 while (list_empty(&file->events)) { in ib_ucm_event()
408 !list_empty(&file->events))) in ib_ucm_event()
414 uevent = list_entry(file->events.next, struct ib_ucm_event, file_list); in ib_ucm_event()
1139 if (!list_empty(&file->events)) in ib_ucm_poll()
1161 INIT_LIST_HEAD(&file->events); in ib_ucm_open()