Searched refs:num_driver_cntrs (Results 1 – 3 of 3) sorted by relevance
1700 int num_driver_cntrs = ARRAY_SIZE(driver_cntr_names); variable1758 num_driver_cntrs, in alloc_hw_stats()1766 for (i = 0; i < num_driver_cntrs; i++) in alloc_hw_stats()1788 num_dev_cntrs + num_driver_cntrs, in alloc_hw_stats()1823 for (i = 1; i < num_driver_cntrs; i++) in get_hw_stats()1825 count = num_dev_cntrs + num_driver_cntrs; in get_hw_stats()
155 extern int num_driver_cntrs;
12493 dd->cntrs = kcalloc(dd->ndevcntrs + num_driver_cntrs, sizeof(u64), in init_cntrs()