Searched refs:num_driver_cntrs (Results 1 – 3 of 3) sorted by relevance
1649 int num_driver_cntrs = ARRAY_SIZE(driver_cntr_names); variable1707 num_driver_cntrs, in alloc_hw_stats()1715 for (i = 0; i < num_driver_cntrs; i++) in alloc_hw_stats()1737 num_dev_cntrs + num_driver_cntrs, in alloc_hw_stats()1772 for (i = 1; i < num_driver_cntrs; i++) in get_hw_stats()1774 count = num_dev_cntrs + num_driver_cntrs; in get_hw_stats()
162 extern int num_driver_cntrs;
12699 dd->cntrs = kcalloc(dd->ndevcntrs + num_driver_cntrs, sizeof(u64), in init_cntrs()