Lines Matching refs:indx
573 static void coretemp_remove_core(struct platform_data *pdata, int indx) in coretemp_remove_core() argument
575 struct temp_data *tdata = pdata->core_data[indx]; in coretemp_remove_core()
584 kfree(pdata->core_data[indx]); in coretemp_remove_core()
585 pdata->core_data[indx] = NULL; in coretemp_remove_core()
587 if (indx >= BASE_SYSFS_ATTR_NO) in coretemp_remove_core()
588 ida_free(&pdata->ida, indx - BASE_SYSFS_ATTR_NO); in coretemp_remove_core()
701 int i, indx = -1, target; in coretemp_cpu_offline() local
714 indx = i + BASE_SYSFS_ATTR_NO; in coretemp_cpu_offline()
720 if (indx < 0) in coretemp_cpu_offline()
723 tdata = pd->core_data[indx]; in coretemp_cpu_offline()
734 coretemp_remove_core(pd, indx); in coretemp_cpu_offline()