Searched refs:ev_file (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_main.c182 struct ib_uverbs_event_file *ev_file,
187 if (ev_file) {
188 spin_lock_irq(&ev_file->lock);
193 spin_unlock_irq(&ev_file->lock);
195 kref_put(&ev_file->ref, ib_uverbs_release_event_file);
310 struct ib_uverbs_event_file *ev_file = cq->cq_context; local
316 ib_uverbs_release_ucq(file, ev_file, ucq);
642 struct ib_uverbs_event_file *ev_file; local
646 ev_file = kzalloc(sizeof(*ev_file), GFP_KERNE
181 ib_uverbs_release_ucq(struct ib_uverbs_file *file, struct ib_uverbs_event_file *ev_file, struct ib_ucq_object *uobj) argument
710 struct ib_uverbs_event_file *ev_file = NULL; local
[all...]
H A Duverbs.h210 struct ib_uverbs_event_file *ev_file,
H A Dib_uverbs_cmd.c1376 struct ib_uverbs_event_file *ev_file = NULL; local
1393 ev_file = ib_uverbs_lookup_comp_file(cmd->comp_channel);
1394 if (!ev_file) {
1423 cq->cq_context = ev_file;
1459 if (ev_file)
1460 ib_uverbs_release_ucq(file, ev_file, obj);
1721 struct ib_uverbs_event_file *ev_file; local
1731 ev_file = cq->cq_context;
1749 ib_uverbs_release_ucq(file, ev_file, obj);

Completed in 69 milliseconds