_uverbs_alloc     134 drivers/infiniband/core/uverbs_ioctl.c EXPORT_SYMBOL(_uverbs_alloc);
_uverbs_alloc     875 include/rdma/uverbs_ioctl.h __malloc void *_uverbs_alloc(struct uverbs_attr_bundle *bundle, size_t size,
_uverbs_alloc     881 include/rdma/uverbs_ioctl.h 	return _uverbs_alloc(bundle, size, GFP_KERNEL);
_uverbs_alloc     887 include/rdma/uverbs_ioctl.h 	return _uverbs_alloc(bundle, size, GFP_KERNEL | __GFP_ZERO);