Home
last modified time | relevance | path

Searched refs:arr_sz (Results 1 – 5 of 5) sorted by relevance

/drivers/memory/
Dof_memory.c108 u32 arr_sz = 0, i = 0; in of_get_ddr_timings() local
123 arr_sz++; in of_get_ddr_timings()
125 if (arr_sz) in of_get_ddr_timings()
126 timings = devm_kcalloc(dev, arr_sz, sizeof(*timings), in of_get_ddr_timings()
142 *nr_frequencies = arr_sz; in of_get_ddr_timings()
/drivers/scsi/
Dconstants.c29 int arr_sz; member
265 int arr_sz, k; in scsi_opcode_sa_name() local
277 arr_sz = sa_name_ptr->arr_sz; in scsi_opcode_sa_name()
284 for (k = 0; k < arr_sz; ++k, ++arr) { in scsi_opcode_sa_name()
288 if (k < arr_sz) in scsi_opcode_sa_name()
/drivers/media/platform/qcom/venus/
Dhelpers.c285 size_t arr_sz, i; in venus_helper_intbufs_alloc() local
289 arr_sz = ARRAY_SIZE(intbuf_types_4xx); in venus_helper_intbufs_alloc()
292 arr_sz = ARRAY_SIZE(intbuf_types_1xx); in venus_helper_intbufs_alloc()
296 for (i = 0; i < arr_sz; i++) { in venus_helper_intbufs_alloc()
/drivers/scsi/bnx2fc/
Dbnx2fc_io.c222 int arr_sz = num_possible_cpus() + 1; in bnx2fc_cmd_mgr_alloc() local
244 cmgr->free_list = kcalloc(arr_sz, sizeof(*cmgr->free_list), in bnx2fc_cmd_mgr_alloc()
251 cmgr->free_list_lock = kcalloc(arr_sz, sizeof(*cmgr->free_list_lock), in bnx2fc_cmd_mgr_alloc()
262 for (i = 0; i < arr_sz; i++) { in bnx2fc_cmd_mgr_alloc()
/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_core.c74 #define FS_REQUIRED_CAPS(...) {.arr_sz = INIT_CAPS_ARRAY_SIZE(__VA_ARGS__), \
122 size_t arr_sz; member
2235 for (i = 0; i < caps->arr_sz; i++) { in has_required_caps()