Searched refs:proc_priv (Results 1 – 2 of 2) sorted by relevance
198 struct proc_thermal_device *proc_priv; in proc_thermal_add() local229 proc_priv = devm_kzalloc(dev, sizeof(*proc_priv), GFP_KERNEL); in proc_thermal_add()230 if (!proc_priv) { in proc_thermal_add()235 proc_priv->dev = dev; in proc_thermal_add()236 proc_priv->adev = adev; in proc_thermal_add()246 proc_priv->power_limits[i].index = ppcc[0].integer.value; in proc_thermal_add()247 proc_priv->power_limits[i].min_uw = ppcc[1].integer.value; in proc_thermal_add()248 proc_priv->power_limits[i].max_uw = ppcc[2].integer.value; in proc_thermal_add()249 proc_priv->power_limits[i].tmin_us = ppcc[3].integer.value; in proc_thermal_add()250 proc_priv->power_limits[i].tmax_us = ppcc[4].integer.value; in proc_thermal_add()[all …]
1533 struct proc_maps_private *proc_priv = &numa_priv->proc_maps; in show_numa_map() local1559 mpol_to_str(buffer, sizeof(buffer), proc_priv->task_mempolicy); in show_numa_map()1570 pid_t tid = pid_of_stack(proc_priv, vma, is_pid); in show_numa_map()