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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/infiniband/core/
H A Duverbs_main.c132 struct ib_uverbs_event_file *ev_file,
137 if (ev_file) {
138 spin_lock_irq(&ev_file->lock);
143 spin_unlock_irq(&ev_file->lock);
145 kref_put(&ev_file->ref, ib_uverbs_release_event_file);
213 struct ib_uverbs_event_file *ev_file = cq->cq_context; local
219 ib_uverbs_release_ucq(file, ev_file, ucq);
490 struct ib_uverbs_event_file *ev_file; local
493 ev_file = kmalloc(sizeof *ev_file, GFP_KERNE
131 ib_uverbs_release_ucq(struct ib_uverbs_file *file, struct ib_uverbs_event_file *ev_file, struct ib_ucq_object *uobj) argument
521 struct ib_uverbs_event_file *ev_file = NULL; local
[all...]
H A Duverbs.h153 struct ib_uverbs_event_file *ev_file,
H A Duverbs_cmd.c764 struct ib_uverbs_event_file *ev_file = NULL; local
789 ev_file = ib_uverbs_lookup_comp_file(cmd.comp_channel);
790 if (!ev_file) {
814 cq->cq_context = ev_file;
849 if (ev_file)
850 ib_uverbs_release_ucq(file, ev_file, obj);
1002 struct ib_uverbs_event_file *ev_file; local
1012 ev_file = cq->cq_context;
1030 ib_uverbs_release_ucq(file, ev_file, obj);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/infiniband/core/
H A Duverbs_main.c132 struct ib_uverbs_event_file *ev_file,
137 if (ev_file) {
138 spin_lock_irq(&ev_file->lock);
143 spin_unlock_irq(&ev_file->lock);
145 kref_put(&ev_file->ref, ib_uverbs_release_event_file);
213 struct ib_uverbs_event_file *ev_file = cq->cq_context; local
219 ib_uverbs_release_ucq(file, ev_file, ucq);
490 struct ib_uverbs_event_file *ev_file; local
493 ev_file = kmalloc(sizeof *ev_file, GFP_KERNE
131 ib_uverbs_release_ucq(struct ib_uverbs_file *file, struct ib_uverbs_event_file *ev_file, struct ib_ucq_object *uobj) argument
521 struct ib_uverbs_event_file *ev_file = NULL; local
[all...]
H A Duverbs.h153 struct ib_uverbs_event_file *ev_file,
H A Duverbs_cmd.c764 struct ib_uverbs_event_file *ev_file = NULL; local
789 ev_file = ib_uverbs_lookup_comp_file(cmd.comp_channel);
790 if (!ev_file) {
814 cq->cq_context = ev_file;
849 if (ev_file)
850 ib_uverbs_release_ucq(file, ev_file, obj);
1002 struct ib_uverbs_event_file *ev_file; local
1012 ev_file = cq->cq_context;
1030 ib_uverbs_release_ucq(file, ev_file, obj);

Completed in 111 milliseconds