Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/accel/habanalabs/common/
Ddebugfs.c583 eng_data.allocated_buf_size = HL_ENGINES_DATA_MAX_SIZE; in engines_show()
584 eng_data.buf = vmalloc(eng_data.allocated_buf_size); in engines_show()
590 if (eng_data.actual_size > eng_data.allocated_buf_size) { in engines_show()
593 eng_data.actual_size, eng_data.allocated_buf_size); in engines_show()
Dhabanalabs_ioctl.c821 eng_data.allocated_buf_size = status_buf_size; in engine_status_info()
828 if (eng_data.actual_size > eng_data.allocated_buf_size) { in engine_status_info()
Ddevice.c361 if ((e->actual_size + str_size) < e->allocated_buf_size) { in hl_engine_data_sprintf()
Dhabanalabs.h1509 u32 allocated_buf_size; member