Searched refs:show_current_governor (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/cpuidle/ |
H A D | sysfs.c | 60 static ssize_t show_current_governor(struct device *dev, in show_current_governor() function 103 static DEVICE_ATTR(current_governor, 0644, show_current_governor, 105 static DEVICE_ATTR(current_governor_ro, 0444, show_current_governor, NULL);
|
/kernel/linux/linux-6.6/drivers/cpuidle/ |
H A D | sysfs.c | 60 static ssize_t show_current_governor(struct device *dev, in show_current_governor() function 103 static DEVICE_ATTR(current_governor, 0644, show_current_governor, 105 static DEVICE_ATTR(current_governor_ro, 0444, show_current_governor, NULL);
|
Completed in 3 milliseconds