Searched refs:num_driver_cntrs (Results 1 – 3 of 3) sorted by relevance
1603 int num_driver_cntrs = ARRAY_SIZE(driver_cntr_names); variable1655 num_driver_cntrs, in hfi1_alloc_hw_device_stats()1660 for (i = 0; i < num_driver_cntrs; i++) in hfi1_alloc_hw_device_stats()1665 num_dev_cntrs + num_driver_cntrs, in hfi1_alloc_hw_device_stats()1712 for (i = 1; i < num_driver_cntrs; i++) in get_hw_stats()1714 count = num_dev_cntrs + num_driver_cntrs; in get_hw_stats()
121 extern int num_driver_cntrs;
12661 dd->cntrs = kcalloc(dd->ndevcntrs + num_driver_cntrs, sizeof(u64), in init_cntrs()