Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/infiniband/core/
Duverbs_std_types_counters.c111 read_attr.counters_buff = uverbs_zalloc( in UVERBS_HANDLER()
Duverbs_std_types_device.c78 handles = uverbs_zalloc(attrs, out_len); in gather_objects_handle()
/linux-5.19.10/include/rdma/
Duverbs_ioctl.h863 static inline __malloc void *uverbs_zalloc(struct uverbs_attr_bundle *bundle, in uverbs_zalloc() function
876 return uverbs_zalloc(bundle, bytes); in uverbs_kcalloc()
911 static inline __malloc void *uverbs_zalloc(struct uverbs_attr_bundle *bundle, in uverbs_zalloc() function
/linux-5.19.10/drivers/infiniband/hw/mlx5/
Ddevx.c1074 cmd_out = uverbs_zalloc(attrs, cmd_out_len); in UVERBS_HANDLER()
1477 cmd_out = uverbs_zalloc(attrs, cmd_out_len); in UVERBS_HANDLER()
1587 cmd_out = uverbs_zalloc(attrs, cmd_out_len); in UVERBS_HANDLER()
1634 cmd_out = uverbs_zalloc(attrs, cmd_out_len); in UVERBS_HANDLER()
2259 cmd->in = uverbs_zalloc(attrs, cmd->inlen); in devx_umem_reg_cmd_alloc()