Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Duverbs_std_types_counters.c112 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()
/OK3568_Linux_fs/kernel/include/rdma/
H A Duverbs_ioctl.h860 static inline __malloc void *uverbs_zalloc(struct uverbs_attr_bundle *bundle, in uverbs_zalloc() function
873 return uverbs_zalloc(bundle, bytes); in uverbs_kcalloc()
903 static inline __malloc void *uverbs_zalloc(struct uverbs_attr_bundle *bundle, in uverbs_zalloc() function
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/
H A Ddevx.c1003 cmd_out = uverbs_zalloc(attrs, cmd_out_len); in UVERBS_HANDLER()
1382 cmd_out = uverbs_zalloc(attrs, cmd_out_len); in UVERBS_HANDLER()
1488 cmd_out = uverbs_zalloc(attrs, cmd_out_len); in UVERBS_HANDLER()
1533 cmd_out = uverbs_zalloc(attrs, cmd_out_len); in UVERBS_HANDLER()
2108 cmd->in = uverbs_zalloc(attrs, cmd->inlen); in devx_umem_reg_cmd_alloc()