Home
last modified time | relevance | path

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

/openbmc/linux/drivers/accel/habanalabs/common/
H A Ddebugfs.c590 eng_data.allocated_buf_size = HL_ENGINES_DATA_MAX_SIZE; in engines_show()
591 eng_data.buf = vmalloc(eng_data.allocated_buf_size); in engines_show()
597 if (eng_data.actual_size > eng_data.allocated_buf_size) { in engines_show()
600 eng_data.actual_size, eng_data.allocated_buf_size); in engines_show()
H A Dhabanalabs_ioctl.c768 eng_data.allocated_buf_size = status_buf_size; in engine_status_info()
775 if (eng_data.actual_size > eng_data.allocated_buf_size) { in engine_status_info()
H A Ddevice.c302 if ((e->actual_size + str_size) < e->allocated_buf_size) { in hl_engine_data_sprintf()
H A Dhabanalabs.h1439 u32 allocated_buf_size; member