Searched refs:hl_snprintf_resize (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/ |
H A D | state_dump.c | 89 * hl_snprintf_resize() - print formatted data to buffer, resize as needed 105 int hl_snprintf_resize(char **buf, size_t *size, size_t *offset, in hl_snprintf_resize() function 156 * using hl_snprintf_resize 157 * @buf: destination buffer double pointer to be used with hl_snprintf_resize 169 return hl_snprintf_resize(buf, size, offset, "%s%u", in hl_print_resize_sync_engine() 301 * @buf: destination buffer double pointer to be used with hl_snprintf_resize 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(bu in hl_state_dump_print_syncs_single_block() [all...] |
H A D | habanalabs.h | 3921 __printf(4, 5) int hl_snprintf_resize(char **buf, size_t *size, size_t *offset,
|
/kernel/linux/linux-6.6/drivers/accel/habanalabs/gaudi/ |
H A D | gaudi.c | 8947 return hl_snprintf_resize( in gaudi_print_single_monitor() 9017 rc = hl_snprintf_resize( in gaudi_print_fences_single_engine()
|
Completed in 18 milliseconds