sbi_sta_struct
static DEFINE_PER_CPU(struct sbi_sta_struct, steal_time) __aligned(64);
struct sbi_sta_struct *st = this_cpu_ptr(&steal_time);
struct sbi_sta_struct *st = per_cpu_ptr(&steal_time, cpu);
offsetof(struct sbi_sta_struct, sequence));
offsetof(struct sbi_sta_struct, steal));
struct sbi_sta_struct zero_sta = {0};