DA_MON_NAME
static struct da_monitor DA_MON_NAME;
return &DA_MON_NAME;
static DEFINE_PER_CPU(struct da_monitor, DA_MON_NAME);
return this_cpu_ptr(&DA_MON_NAME);
da_mon = per_cpu_ptr(&DA_MON_NAME, cpu);