call_function_data
static DEFINE_PER_CPU_ALIGNED(struct call_function_data, cfd_data);
struct call_function_data *cfd = &per_cpu(cfd_data, cpu);
struct call_function_data *cfd;