Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dbpf_core_read.h295 #define ___core_read0(fn, fn_ptr, dst, src, a) \ argument
297 #define ___core_readN(fn, fn_ptr, dst, src, ...) \ argument
298 ___read_ptrs(fn_ptr, src, ___nolast(__VA_ARGS__)) \
301 #define ___core_read(fn, fn_ptr, dst, src, a, ...) \ argument
302 ___apply(___core_read, ___empty(__VA_ARGS__))(fn, fn_ptr, dst, \
/tools/power/x86/intel-speed-select/
Disst-config.c1038 int (*fn_ptr)(int cpu, void *arg); in exec_on_get_ctdp_cpu() local
1041 fn_ptr = arg1; in exec_on_get_ctdp_cpu()
1042 ret = fn_ptr(cpu, arg2); in exec_on_get_ctdp_cpu()