Searched refs:cl_stats (Results 1 – 2 of 2) sorted by relevance
1314 ipgpc_cid_list[in_class_id].cl_stats = ipp_cl_stats; in class_statinit()1353 ipgpc_cid_list[class_id].cl_stats = NULL; in insertcid()1523 if (ipgpc_cid_list[in_class_id].cl_stats != NULL) { in removecid()1524 ipp_stat_destroy(ipgpc_cid_list[in_class_id].cl_stats); in removecid()1525 ipgpc_cid_list[in_class_id].cl_stats = NULL; in removecid()1798 if (ipgpc_cid_list[class_id].cl_stats != NULL) { in ipgpc_modifyclass()1800 ipgpc_cid_list[class_id].cl_stats); in ipgpc_modifyclass()1801 ipgpc_cid_list[class_id].cl_stats = in ipgpc_modifyclass()2676 classstats_t *cl_stats = (classstats_t *)sp->ipps_data; in update_class_stats() local2679 ASSERT(cl_stats != NULL); in update_class_stats()[all …]
258 ipp_stat_t *cl_stats; /* kstats structure */ member