Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/include/rdma/
Duverbs_ioctl.h869 static inline __malloc void *uverbs_zalloc(struct uverbs_attr_bundle *bundle, in uverbs_zalloc() function
882 return uverbs_zalloc(bundle, bytes); in uverbs_kcalloc()
917 static inline __malloc void *uverbs_zalloc(struct uverbs_attr_bundle *bundle, in uverbs_zalloc() function
/linux-6.1.9/drivers/infiniband/hw/mlx5/
Ddevx.c1076 cmd_out = uverbs_zalloc(attrs, cmd_out_len); in UVERBS_HANDLER()
1479 cmd_out = uverbs_zalloc(attrs, cmd_out_len); in UVERBS_HANDLER()
1589 cmd_out = uverbs_zalloc(attrs, cmd_out_len); in UVERBS_HANDLER()
1636 cmd_out = uverbs_zalloc(attrs, cmd_out_len); in UVERBS_HANDLER()
2269 cmd->in = uverbs_zalloc(attrs, cmd->inlen); in devx_umem_reg_cmd_alloc()