Home
last modified time | relevance | path

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

/freebsd-13.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-13.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()
568 uobj = kmalloc(sizeof *uobj, GFP_KERNEL); in ib_uverbs_alloc_pd()
993 uobj = kmalloc(sizeof *uobj, GFP_KERNEL); in ib_uverbs_reg_mr()
1216 uobj = kmalloc(sizeof(*uobj), GFP_KERNEL); in ib_uverbs_alloc_mw()
2931 uobj = kmalloc(sizeof *uobj, GFP_KERNEL); in ib_uverbs_create_ah()
3557 uobj = kmalloc(sizeof(*uobj), GFP_KERNEL); in ib_uverbs_ex_create_rwq_ind_table()
[all …]
H A Dib_uverbs_main.c258 struct ib_uobject *uobj, *tmp; in ib_uverbs_cleanup_ucontext() local
267 kfree(uobj); in ib_uverbs_cleanup_ucontext()
276 kfree(uobj); in ib_uverbs_cleanup_ucontext()
284 kfree(uobj); in ib_uverbs_cleanup_ucontext()
307 kfree(uobj); in ib_uverbs_cleanup_ucontext()
349 kfree(uobj); in ib_uverbs_cleanup_ucontext()
369 kfree(uobj); in ib_uverbs_cleanup_ucontext()
603 ib_uverbs_async_handler(uobj->uverbs_file, uobj->uobject.user_handle, in ib_uverbs_cq_event_handler()
621 &uobj->events_reported); in ib_uverbs_qp_event_handler()
631 &uobj->events_reported); in ib_uverbs_wq_event_handler()
[all …]
H A Duverbs.h208 void idr_remove_uobj(struct idr *idp, struct ib_uobject *uobj);
218 struct ib_ucq_object *uobj);
220 struct ib_uevent_object *uobj);
/freebsd-13.1/sys/fs/tmpfs/
H A Dtmpfs_subr.c614 vm_object_t uobj; in tmpfs_free_node_locked() local
660 uobj = node->tn_reg.tn_aobj; in tmpfs_free_node_locked()
661 if (uobj != NULL) { in tmpfs_free_node_locked()
662 if (uobj->size != 0) in tmpfs_free_node_locked()
668 if (uobj != NULL) { in tmpfs_free_node_locked()
671 vm_object_deallocate(uobj); in tmpfs_free_node_locked()
1714 vm_object_t uobj; in tmpfs_reg_resize() local
1746 VM_OBJECT_WLOCK(uobj); in tmpfs_reg_resize()
1757 VM_OBJECT_WUNLOCK(uobj); in tmpfs_reg_resize()
1768 uobj->size = newpages; in tmpfs_reg_resize()
[all …]
/freebsd-13.1/sys/ofed/include/rdma/
H A Dib_verbs.h2249 struct ib_uobject *uobj) in ib_is_destroy_retryable() argument
2252 uobj->context->cleanup_retryable); in ib_is_destroy_retryable()
2266 struct ib_uobject *uobj) in ib_destroy_usecnt() argument
2268 if (atomic_read(usecnt) && ib_is_destroy_retryable(-EBUSY, why, uobj)) in ib_destroy_usecnt()
/freebsd-13.1/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c1259 struct ib_uobject *uobj = pd->uobject; in create_raw_packet_qp() local
1260 struct ib_ucontext *ucontext = uobj->context; in create_raw_packet_qp()
1347 struct ib_uobject *uobj = pd->uobject; in create_rss_raw_qp_tir() local
1348 struct ib_ucontext *ucontext = uobj->context; in create_rss_raw_qp_tir()