Searched refs:uverbs_destroy_uobject (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | rdma_core.c | 122 static int uverbs_destroy_uobject(struct ib_uobject *uobj, in uverbs_destroy_uobject() function 182 * This calls uverbs_destroy_uobject() using the RDMA_REMOVE_DESTROY 206 ret = uverbs_destroy_uobject(uobj, RDMA_REMOVE_DESTROY, attrs); in uobj_destroy() 258 /* alloc_uobj must be undone by uverbs_destroy_uobject() */ 690 uverbs_destroy_uobject(to_uobj, RDMA_REMOVE_DESTROY, attrs); in rdma_assign_uobject() 717 uverbs_destroy_uobject(uobj, RDMA_REMOVE_ABORT, attrs); in rdma_alloc_abort_uobject() 834 uverbs_destroy_uobject(uobj, RDMA_REMOVE_CLOSE, &attrs); in uverbs_uobject_fd_release() 905 if (!uverbs_destroy_uobject(obj, reason, &attrs)) in __uverbs_cleanup_ufile()
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | rdma_core.c | 122 static int uverbs_destroy_uobject(struct ib_uobject *uobj, in uverbs_destroy_uobject() function 188 * This calls uverbs_destroy_uobject() using the RDMA_REMOVE_DESTROY 212 ret = uverbs_destroy_uobject(uobj, RDMA_REMOVE_DESTROY, attrs); in uobj_destroy() 264 /* alloc_uobj must be undone by uverbs_destroy_uobject() */ 681 uverbs_destroy_uobject(uobj, RDMA_REMOVE_ABORT, attrs); in rdma_alloc_abort_uobject() 797 uverbs_destroy_uobject(uobj, RDMA_REMOVE_CLOSE, &attrs); in uverbs_uobject_fd_release() 866 if (!uverbs_destroy_uobject(obj, reason, &attrs)) in __uverbs_cleanup_ufile()
|
Completed in 3 milliseconds