Searched refs:FOPS_OR_NULL_GOTO (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/lib/librte_power/ |
| H A D | power_pstate_cpufreq.c | 40 #define FOPS_OR_NULL_GOTO(ret, label) do { \ macro 194 FOPS_OR_NULL_GOTO(s_base, out); in power_init_for_setting_freq() 349 FOPS_OR_NULL_GOTO(s, out); in power_set_governor_performance() 404 FOPS_OR_NULL_GOTO(s, out); in power_set_governor_original() 467 FOPS_OR_NULL_GOTO(s_min, out); in power_get_available_freqs() 470 FOPS_OR_NULL_GOTO(s_max, out); in power_get_available_freqs() 557 FOPS_OR_NULL_GOTO(s_cur, fail); in power_get_cur_idx()
|
| H A D | power_acpi_cpufreq.c | 37 #define FOPS_OR_NULL_GOTO(ret, label) do { \ macro 151 FOPS_OR_NULL_GOTO(s, out); in power_set_governor_userspace() 207 FOPS_OR_NULL_GOTO(s, out); in power_get_available_freqs() 275 FOPS_OR_NULL_GOTO(s, out); in power_init_for_setting_freq() 391 FOPS_OR_NULL_GOTO(s, out); in power_set_governor_original()
|