Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/powercap/
Dintel_rapl.c190 int (*check_unit)(struct rapl_package *rp, int cpu); member
1032 .check_unit = rapl_check_unit_core,
1038 .check_unit = rapl_check_unit_core,
1045 .check_unit = rapl_check_unit_atom,
1357 rapl_defaults->check_unit(new_package, i)) { in rapl_detect_topology()
1412 rapl_defaults->check_unit(rp, cpu)) { in rapl_add_package()