Home
last modified time | relevance | path

Searched refs:num_of_elements (Results 1 – 2 of 2) sorted by relevance

/drivers/platform/x86/amd/
A Dwbrf.c48 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()
/drivers/accel/habanalabs/common/
A Dmemory.c2174 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()

Completed in 10 milliseconds