Searched refs:num_of_elements (Results 1 – 3 of 3) sorted by relevance
48 u32 num_of_elements; in wbrf_record() local 75 num_of_elements = 2 * num_of_ranges + 2; in wbrf_record() 77 tmp = kcalloc(num_of_elements, sizeof(*tmp), GFP_KERNEL); in wbrf_record() 82 argv4.package.count = num_of_elements; in wbrf_record()
2174 if (args->num_of_elements > TS_MAX_ELEMENTS_NUM) { in allocate_timestamps_buffers() 2176 args->num_of_elements, TS_MAX_ELEMENTS_NUM); in allocate_timestamps_buffers() 2180 buf = hl_mmap_mem_buf_alloc(mmg, &hl_ts_behavior, GFP_KERNEL, &args->num_of_elements); in allocate_timestamps_buffers()
1925 * @num_of_elements: number of timestamp elements used only with HL_MEM_OP_TS_ALLOC opcode.2025 __u32 num_of_elements; member