Home
last modified time | relevance | path

Searched refs:state_dump_head (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/
H A Ddebugfs.c1334 if (!entry->state_dump[entry->state_dump_head]) in hl_state_dump_read()
1339 entry->state_dump[entry->state_dump_head], in hl_state_dump_read()
1340 strlen(entry->state_dump[entry->state_dump_head])); in hl_state_dump_read()
1364 if (entry->state_dump[entry->state_dump_head]) { in hl_state_dump_write()
1367 vfree(entry->state_dump[entry->state_dump_head]); in hl_state_dump_write()
1368 entry->state_dump[entry->state_dump_head] = NULL; in hl_state_dump_write()
1369 if (entry->state_dump_head > 0) in hl_state_dump_write()
1370 entry->state_dump_head--; in hl_state_dump_write()
1372 entry->state_dump_head = in hl_state_dump_write()
1928 dev_entry->state_dump_head in hl_debugfs_set_state_dump()
[all...]
H A Dhabanalabs.h2337 * @state_dump_head: index of the latest state dump
2368 u32 state_dump_head; member

Completed in 11 milliseconds