Home
last modified time | relevance | path

Searched refs:_uverbs_alloc (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/include/rdma/
Duverbs_ioctl.h860 __malloc void *_uverbs_alloc(struct uverbs_attr_bundle *bundle, size_t size,
866 return _uverbs_alloc(bundle, size, GFP_KERNEL); in uverbs_alloc()
872 return _uverbs_alloc(bundle, size, GFP_KERNEL | __GFP_ZERO); in uverbs_zalloc()
/linux-6.1.9/drivers/infiniband/core/
Duverbs_ioctl.c106 __malloc void *_uverbs_alloc(struct uverbs_attr_bundle *bundle, size_t size, in _uverbs_alloc() function
135 EXPORT_SYMBOL(_uverbs_alloc);