Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/infiniband/core/
Duverbs_std_types_counters.c113 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.6.21/include/rdma/
Duverbs_ioctl.h871 static inline __malloc void *uverbs_zalloc(struct uverbs_attr_bundle *bundle, in uverbs_zalloc() function
884 return uverbs_zalloc(bundle, bytes); in uverbs_kcalloc()
919 static inline __malloc void *uverbs_zalloc(struct uverbs_attr_bundle *bundle, in uverbs_zalloc() function
/linux-6.6.21/drivers/infiniband/hw/mlx5/
Ddevx.c1090 cmd_out = uverbs_zalloc(attrs, cmd_out_len); in UVERBS_HANDLER()
1493 cmd_out = uverbs_zalloc(attrs, cmd_out_len); in UVERBS_HANDLER()
1610 cmd_out = uverbs_zalloc(attrs, cmd_out_len); in UVERBS_HANDLER()
1657 cmd_out = uverbs_zalloc(attrs, cmd_out_len); in UVERBS_HANDLER()
2288 cmd->in = uverbs_zalloc(attrs, cmd->inlen); in devx_umem_reg_cmd_alloc()