posix_cputimer_base
struct posix_cputimer_base bases[CPUCLOCK_MAX];
static struct posix_cputimer_base *timer_base(struct k_itimer *timer,
struct posix_cputimer_base *base = timer_base(timer, tsk);
struct posix_cputimer_base *base;
struct posix_cputimer_base *base = timer_base(timer, p);
struct posix_cputimer_base *base = pct->bases;