Home
last modified time | relevance | path

Searched refs:sysfs_read_file (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/tools/power/cpupower/lib/
A Dpowercap.c18 static unsigned int sysfs_read_file(const char *path, char *buf, size_t buflen) in sysfs_read_file() function
119 ret = sysfs_read_file(file, buf, MAX_LINE_LEN); in sysfs_powercap_get64_val()
191 sysfs_read_file(file, zone->name, MAX_LINE_LEN); in powercap_read_zone()
/linux-6.3-rc2/tools/power/cpupower/utils/helpers/
A Dsysfs.h9 extern unsigned int sysfs_read_file(const char *path, char *buf, size_t buflen);
A Dsysfs.c18 unsigned int sysfs_read_file(const char *path, char *buf, size_t buflen) in sysfs_read_file() function
391 return sysfs_read_file(path, buf, buflen); in sysfs_cpuidle_read_file()

Completed in 6 milliseconds