Searched refs:debugfs_cfg_accesses (Results 1 – 2 of 2) sorted by relevance
1016 struct hl_debugfs_cfg_access *dbgfs = &hdev->debugfs_cfg_accesses; in hl_debugfs_cfg_access_history_dump()1066 struct hl_debugfs_cfg_access *dbgfs_cfg_accesses = &hdev->debugfs_cfg_accesses; in check_if_cfg_access_and_log()2078 spin_lock_init(&hdev->debugfs_cfg_accesses.lock); in hl_debugfs_device_init()2079 hdev->debugfs_cfg_accesses.head = 0; /* already zero by alloc but explicit init is fine */ in hl_debugfs_device_init()
3504 struct hl_debugfs_cfg_access debugfs_cfg_accesses; member