Searched refs:hl_snprintf_resize (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/misc/habanalabs/common/ |
| A D | state_dump.c | 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() 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() 520 rc = hl_snprintf_resize( in hl_state_dump_print_monitors_single_block() 543 hl_snprintf_resize(buf, size, offset, "\n"); in hl_state_dump_print_monitors_single_block() 569 rc = hl_snprintf_resize(buf, size, offset, in hl_state_dump_print_monitors() 688 rc = hl_snprintf_resize(&buf, &size, &offset, in hl_state_dump() 698 hl_snprintf_resize(&buf, &size, &offset, "\n"); in hl_state_dump() 704 hl_snprintf_resize(&buf, &size, &offset, "\n"); in hl_state_dump() [all …]
|
| A D | habanalabs.h | 3032 __printf(4, 5) int hl_snprintf_resize(char **buf, size_t *size, size_t *offset,
|
| /linux/drivers/misc/habanalabs/gaudi/ |
| A D | gaudi.c | 9283 return hl_snprintf_resize( in gaudi_print_single_monitor() 9353 rc = hl_snprintf_resize( in gaudi_print_fences_single_engine()
|
Completed in 29 milliseconds