Home
last modified time | relevance | path

Searched refs:uverbs_zalloc (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/infiniband/core/
H A Duverbs_std_types_counters.c113 read_attr.counters_buff = uverbs_zalloc( in UVERBS_HANDLER()
H A Duverbs_std_types_device.c78 handles = uverbs_zalloc(attrs, out_len); in gather_objects_handle()
/linux/include/rdma/
H A Duverbs_ioctl.h873 static inline __malloc void *uverbs_zalloc(struct uverbs_attr_bundle *bundle, in uverbs_zalloc() function
886 return uverbs_zalloc(bundle, bytes); in uverbs_kcalloc()
921 static inline __malloc void *uverbs_zalloc(struct uverbs_attr_bundle *bundle, in uverbs_zalloc() function