Lines Matching refs:rapl_defaults
189 struct rapl_defaults { struct
196 static struct rapl_defaults *rapl_defaults; variable
361 rapl_defaults->set_floor_freq(rd, mode); in set_domain_enable()
648 rapl_defaults->dram_domain_energy_unit; in rapl_init_domains()
686 return rapl_defaults->compute_time_window(rp, value, to_raw); in rapl_unit_xlate()
1031 static const struct rapl_defaults rapl_defaults_core = {
1037 static const struct rapl_defaults rapl_defaults_hsw_server = {
1044 static const struct rapl_defaults rapl_defaults_atom = {
1357 rapl_defaults->check_unit(new_package, i)) { in rapl_detect_topology()
1412 rapl_defaults->check_unit(rp, cpu)) { in rapl_add_package()
1484 rapl_defaults = (struct rapl_defaults *)id->driver_data; in rapl_init()