Home
last modified time | relevance | path

Searched refs:hl_snprintf_resize (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/drivers/accel/habanalabs/common/
Dstate_dump.c105 int hl_snprintf_resize(char **buf, size_t *size, size_t *offset, in hl_snprintf_resize() function
169 return hl_snprintf_resize(buf, size, offset, "%s%u", in hl_print_resize_sync_engine()
319 rc = hl_snprintf_resize( in hl_state_dump_print_syncs_single_block()
343 rc = hl_snprintf_resize(buf, size, offset, "sync id: %u", i); in hl_state_dump_print_syncs_single_block()
348 rc = hl_snprintf_resize(buf, size, offset, " %s", in hl_state_dump_print_syncs_single_block()
353 rc = hl_snprintf_resize(buf, size, offset, ", value: %u", in hl_state_dump_print_syncs_single_block()
362 rc = hl_snprintf_resize(buf, size, offset, in hl_state_dump_print_syncs_single_block()
373 rc = hl_snprintf_resize(buf, size, offset, "\n"); in hl_state_dump_print_syncs_single_block()
411 rc = hl_snprintf_resize(buf, size, offset, "Non zero sync objects:\n"); in hl_state_dump_print_syncs()
520 rc = hl_snprintf_resize( in hl_state_dump_print_monitors_single_block()
[all …]
Dhabanalabs.h4058 __printf(4, 5) int hl_snprintf_resize(char **buf, size_t *size, size_t *offset,
/linux-6.14.4/drivers/accel/habanalabs/gaudi/
Dgaudi.c8941 return hl_snprintf_resize( in gaudi_print_single_monitor()
9011 rc = hl_snprintf_resize( in gaudi_print_fences_single_engine()