Searched refs:uobj (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Duverbs_main.c148 struct ib_ucq_object *uobj)
154 list_for_each_entry_safe(evt, tmp, &uobj->comp_list, obj_list) {
164 list_for_each_entry_safe(evt, tmp, &uobj->async_list, obj_list) {
172 struct ib_uevent_object *uobj)
177 list_for_each_entry_safe(evt, tmp, &uobj->event_list, obj_list) {
185 struct ib_uqp_object *uobj)
189 list_for_each_entry_safe(mcast, tmp, &uobj->mcast_list, list) {
199 struct ib_uobject *uobj, *tmp; local
206 list_for_each_entry_safe(uobj, tmp, &context->ah_list, list) {
207 struct ib_ah *ah = uobj
146 ib_uverbs_release_ucq(struct ib_uverbs_file *file, struct ib_uverbs_event_file *ev_file, struct ib_ucq_object *uobj) argument
171 ib_uverbs_release_uevent(struct ib_uverbs_file *file, struct ib_uevent_object *uobj) argument
184 ib_uverbs_detach_umcast(struct ib_qp *qp, struct ib_uqp_object *uobj) argument
416 struct ib_ucq_object *uobj; local
487 struct ib_ucq_object *uobj = container_of(event->element.cq->uobject, local
497 struct ib_uevent_object *uobj; local
509 struct ib_uevent_object *uobj; local
[all...]
H A Duverbs_cmd.c84 static void init_uobj(struct ib_uobject *uobj, u64 user_handle, argument
87 uobj->user_handle = user_handle;
88 uobj->context = context;
89 kref_init(&uobj->ref);
90 init_rwsem(&uobj->mutex);
91 lockdep_set_class(&uobj->mutex, key);
92 uobj->live = 0;
100 static void put_uobj(struct ib_uobject *uobj) argument
102 kref_put(&uobj->ref, release_uobj);
105 static void put_uobj_read(struct ib_uobject *uobj) argument
111 put_uobj_write(struct ib_uobject *uobj) argument
117 idr_add_uobj(struct idr *idr, struct ib_uobject *uobj) argument
135 idr_remove_uobj(struct idr *idr, struct ib_uobject *uobj) argument
145 struct ib_uobject *uobj; local
163 struct ib_uobject *uobj; local
184 struct ib_uobject *uobj; local
202 struct ib_uobject *uobj; local
258 idr_read_xrcd(int xrcd_handle, struct ib_ucontext *context, struct ib_uobject **uobj) argument
267 put_xrcd_read(struct ib_uobject *uobj) argument
487 struct ib_uobject *uobj; local
559 struct ib_uobject *uobj; local
596 struct ib_uobject *uobj; local
696 struct ib_uobject *uobj; local
987 struct ib_uobject *uobj; local
1381 struct ib_uobject *uobj; local
1775 struct ib_uobject *uobj; local
1864 struct ib_uobject *uobj; local
2289 struct ib_uobject *uobj; local
2432 struct ib_uobject *uobj; local
2571 struct ib_uobject *uobj, *t_uobj; local
2678 struct ib_uobject *uobj; local
2753 struct ib_uobject *uobj; local
2831 struct ib_uobject *uobj; local
2930 struct ib_uobject *uobj; local
2993 struct ib_uobject *uobj; local
[all...]
H A Duverbs.h152 void idr_remove_uobj(struct idr *idp, struct ib_uobject *uobj);
160 struct ib_ucq_object *uobj);
162 struct ib_uevent_object *uobj);
/freebsd-9.3-release/sys/fs/tmpfs/
H A Dtmpfs_subr.c257 vm_object_t uobj; local
293 uobj = node->tn_reg.tn_aobj;
294 if (uobj != NULL) {
296 tmp->tm_pages_used -= uobj->size;
298 vm_object_deallocate(uobj);
987 vm_object_t uobj; local
997 uobj = node->tn_reg.tn_aobj;
1008 MPASS(oldpages == uobj->size);
1014 VM_OBJECT_LOCK(uobj);
1023 m = vm_page_lookup(uobj, id
[all...]
H A Dtmpfs_vnops.c588 vm_object_t uobj; local
608 uobj = node->tn_reg.tn_aobj;
616 error = tmpfs_mappedread(vp->v_object, uobj, len, uio);
730 vm_object_t uobj; local
765 uobj = node->tn_reg.tn_aobj;
772 error = tmpfs_mappedwrite(vp->v_object, uobj, len, uio);

Completed in 58 milliseconds