Home
last modified time | relevance | path

Searched refs:uobj (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c179 if (!uobj) in idr_read_uobj()
200 if (!uobj) in idr_write_uobj()
218 return uobj ? uobj->object : NULL; in idr_read_obj()
282 return uobj ? uobj->object : NULL; in idr_write_qp()
309 return *uobj ? (*uobj)->object : NULL; in idr_read_xrcd()
567 uobj = kmalloc(sizeof *uobj, GFP_KERNEL); in ib_uverbs_alloc_pd()
996 uobj = kmalloc(sizeof *uobj, GFP_KERNEL); in ib_uverbs_reg_mr()
1219 uobj = kmalloc(sizeof(*uobj), GFP_KERNEL); in ib_uverbs_alloc_mw()
2930 uobj = kmalloc(sizeof *uobj, GFP_KERNEL); in ib_uverbs_create_ah()
3556 uobj = kmalloc(sizeof(*uobj), GFP_KERNEL); in ib_uverbs_ex_create_rwq_ind_table()
[all …]
H A Dib_uverbs_main.c234 struct ib_uobject *uobj, *tmp; in ib_uverbs_cleanup_ucontext() local
243 kfree(uobj); in ib_uverbs_cleanup_ucontext()
252 kfree(uobj); in ib_uverbs_cleanup_ucontext()
260 kfree(uobj); in ib_uverbs_cleanup_ucontext()
283 kfree(uobj); in ib_uverbs_cleanup_ucontext()
325 kfree(uobj); in ib_uverbs_cleanup_ucontext()
345 kfree(uobj); in ib_uverbs_cleanup_ucontext()
579 ib_uverbs_async_handler(uobj->uverbs_file, uobj->uobject.user_handle, in ib_uverbs_cq_event_handler()
597 &uobj->events_reported); in ib_uverbs_qp_event_handler()
607 &uobj->events_reported); in ib_uverbs_wq_event_handler()
[all …]
H A Duverbs.h201 void idr_remove_uobj(struct idr *idp, struct ib_uobject *uobj);
211 struct ib_ucq_object *uobj);
213 struct ib_uevent_object *uobj);
/freebsd-12.1/contrib/netbsd-tests/rump/kernspace/
H A Dbusypage.c45 static struct uvm_object *uobj; variable
55 mutex_enter(uobj->vmobjlock); in thread()
59 UVM_UNLOCK_AND_WAIT(testpg, uobj->vmobjlock, false, "tw", 0); in thread()
71 uobj = uao_create(1, 0); in rumptest_busypage()
72 mutex_enter(uobj->vmobjlock); in rumptest_busypage()
73 testpg = uvm_pagealloc(uobj, 0, NULL, 0); in rumptest_busypage()
74 mutex_exit(uobj->vmobjlock); in rumptest_busypage()
83 mutex_enter(uobj->vmobjlock); in rumptest_busypage()
85 cv_wait(&tcv, uobj->vmobjlock); in rumptest_busypage()
88 mutex_exit(uobj->vmobjlock); in rumptest_busypage()
/freebsd-12.1/sys/fs/tmpfs/
H A Dtmpfs_subr.c319 vm_object_t uobj; in tmpfs_free_node_locked() local
359 uobj = node->tn_reg.tn_aobj; in tmpfs_free_node_locked()
360 if (uobj != NULL) { in tmpfs_free_node_locked()
361 if (uobj->size != 0) in tmpfs_free_node_locked()
365 vm_object_deallocate(uobj); in tmpfs_free_node_locked()
1383 vm_object_t uobj; in tmpfs_reg_resize() local
1393 uobj = node->tn_reg.tn_aobj; in tmpfs_reg_resize()
1416 VM_OBJECT_WLOCK(uobj); in tmpfs_reg_resize()
1456 VM_OBJECT_WUNLOCK(uobj); in tmpfs_reg_resize()
1477 uobj->size = newpages; in tmpfs_reg_resize()
[all …]
/freebsd-12.1/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c1240 struct ib_uobject *uobj = pd->uobject; in create_raw_packet_qp() local
1241 struct ib_ucontext *ucontext = uobj->context; in create_raw_packet_qp()
1328 struct ib_uobject *uobj = pd->uobject; in create_rss_raw_qp_tir() local
1329 struct ib_ucontext *ucontext = uobj->context; in create_rss_raw_qp_tir()