Searched refs:m_tag_stats (Results 1 – 2 of 2) sorted by relevance
1272 req->oldidx = KERNEL_TAG_TYPE_COUNT * sizeof(struct m_tag_stats); in sysctl_mb_tag_stats()1280 struct m_tag_stats m_tag_stats = {}; in sysctl_mb_tag_stats() local1282 m_tag_stats.mts_id = KERNEL_MODULE_TAG_ID; in sysctl_mb_tag_stats()1283 m_tag_stats.mts_type = i; in sysctl_mb_tag_stats()1284 m_tag_stats.mts_len = m_tag_type_table[i].mt_len; in sysctl_mb_tag_stats()1285 m_tag_stats.mts_alloc_count = m_tag_type_stats[i].mt_alloc_count; in sysctl_mb_tag_stats()1286 m_tag_stats.mts_alloc_failed = m_tag_type_stats[i].mt_alloc_failed; in sysctl_mb_tag_stats()1287 m_tag_stats.mts_free_count = m_tag_type_stats[i].mt_free_count; in sysctl_mb_tag_stats()1289 error = SYSCTL_OUT(req, &m_tag_stats, sizeof(struct m_tag_stats)); in sysctl_mb_tag_stats()
1387 struct m_tag_stats { struct