Home
last modified time | relevance | path

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

/Linux-v5.4/tools/power/x86/intel-speed-select/
Disst-config.c668 int (*fn_ptr)(int cpu, void *arg); in exec_on_get_ctdp_cpu() local
671 fn_ptr = arg1; in exec_on_get_ctdp_cpu()
672 ret = fn_ptr(cpu, arg2); in exec_on_get_ctdp_cpu()