Searched refs:hl_snprintf_resize (Results 1 – 3 of 3) sorted by relevance
/drivers/misc/habanalabs/common/ |
D | state_dump.c | 105 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 …]
|
D | habanalabs.h | 2976 __printf(4, 5) int hl_snprintf_resize(char **buf, size_t *size, size_t *offset,
|
/drivers/misc/habanalabs/gaudi/ |
D | gaudi.c | 9279 return hl_snprintf_resize( in gaudi_print_single_monitor() 9349 rc = hl_snprintf_resize( in gaudi_print_fences_single_engine()
|