Searched refs:cfg_access_list (Results 1 – 2 of 2) sorted by relevance
1031 while (dbgfs->cfg_access_list[i].valid) { in hl_debugfs_cfg_access_history_dump()1032 entry_time = dbgfs->cfg_access_list[i].seconds_since_epoch; in hl_debugfs_cfg_access_history_dump()1039 struct hl_debugfs_cfg_access_entry entry = dbgfs->cfg_access_list[i]; in hl_debugfs_cfg_access_history_dump()1050 dbgfs->cfg_access_list[i].valid = false; in hl_debugfs_cfg_access_history_dump()1078 new_entry = &dbgfs_cfg_accesses->cfg_access_list[dbgfs_cfg_accesses->head]; in check_if_cfg_access_and_log()
2471 struct hl_debugfs_cfg_access_entry cfg_access_list[HL_DBGFS_CFG_ACCESS_HIST_LEN]; member