Searched refs:uverbs_alloc (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/ofed/include/rdma/
H A Duverbs_ioctl.h878 static inline __malloc void *uverbs_alloc(struct uverbs_attr_bundle *bundle, function
912 static inline __malloc void *uverbs_alloc(struct uverbs_attr_bundle *bundle, function
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_ioctl.c95 * uverbs_alloc() - Quickly allocate memory for use with a bundle
189 uverbs_alloc(&pbundle->bundle,
292 p = uverbs_alloc(&pbundle->bundle, uattr->len);
409 pbundle->uattrs = uverbs_alloc(&pbundle->bundle, uattrs_size);

Completed in 105 milliseconds