Searched refs:hl_snprintf_resize (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/accel/habanalabs/common/ |
| H A 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 …]
|