struct hrtimer {
  struct rb_node       node;
  ktime_t              expires;
  enum hrtimer_state   state;
  int                  (*function)(void *)
  void                 *data;
  struct hrtimer_base  *base;
};