Searched refs:call_function_data (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/
H A Dsmp.c39 struct call_function_data { struct
45 static DEFINE_PER_CPU_ALIGNED(struct call_function_data, cfd_data);
55 struct call_function_data *cfd = &per_cpu(cfd_data, cpu);
77 struct call_function_data *cfd = &per_cpu(cfd_data, cpu);
762 struct call_function_data *cfd;

Completed in 237 milliseconds