Searched defs:k_itimer (Results 1 – 2 of 2) sorted by relevance
27169 struct k_itimer { struct27170 struct list_head list;27171 struct hlist_node t_hash;27172 spinlock_t it_lock;27173 const struct k_clock *kclock;27174 clockid_t it_clock;27175 timer_t it_id;27176 int it_active;27177 s64 it_overrun;27178 s64 it_overrun_last;[all …]
37174 struct k_itimer { struct37175 struct list_head list;37176 struct hlist_node t_hash;37177 spinlock_t it_lock;37178 const struct k_clock *kclock;37179 clockid_t it_clock;37180 timer_t it_id;37181 int it_active;37182 s64 it_overrun;37183 s64 it_overrun_last;[all …]