Home
last modified time | relevance | path

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

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_main.c228 ev_queue->is_closed))) in ib_uverbs_event_read()
234 if (list_empty(&ev_queue->event_list) && ev_queue->is_closed) { in ib_uverbs_event_read()
364 if (ev_queue->is_closed) { in ib_uverbs_comp_handler()
400 if (async_file->ev_queue.is_closed) { in ib_uverbs_async_handler()
471 ev_queue->is_closed = 0; in ib_uverbs_init_event_queue()
H A Duverbs.h123 int is_closed; member
H A Dib_uverbs_std_types.c212 event_queue->is_closed = 1; in ib_uverbs_free_event_queue()