Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/infiniband/core/
Duverbs_std_types_counters.c112 read_attr.counters_buff = uverbs_zalloc( in UVERBS_HANDLER()
Duverbs_std_types_device.c78 handles = uverbs_zalloc(attrs, out_len); in gather_objects_handle()
349 entries = uverbs_zalloc(attrs, num_bytes); in UVERBS_HANDLER()
/Linux-v5.10/include/rdma/
Duverbs_ioctl.h860 static inline __malloc void *uverbs_zalloc(struct uverbs_attr_bundle *bundle, in uverbs_zalloc() function
893 static inline __malloc void *uverbs_zalloc(struct uverbs_attr_bundle *bundle, in uverbs_zalloc() function
/Linux-v5.10/drivers/infiniband/hw/mlx5/
Ddevx.c1006 cmd_out = uverbs_zalloc(attrs, cmd_out_len); in UVERBS_HANDLER()
1383 cmd_out = uverbs_zalloc(attrs, cmd_out_len); in UVERBS_HANDLER()
1489 cmd_out = uverbs_zalloc(attrs, cmd_out_len); in UVERBS_HANDLER()
1534 cmd_out = uverbs_zalloc(attrs, cmd_out_len); in UVERBS_HANDLER()
2105 cmd->in = uverbs_zalloc(attrs, cmd->inlen); in devx_umem_reg_cmd_alloc()