Searched defs:k_itimer (Results 1 – 1 of 1) sorted by relevance
212 struct k_itimer { struct213 struct list_head list;214 struct hlist_node t_hash;215 spinlock_t it_lock;216 const struct k_clock *kclock;217 clockid_t it_clock;218 timer_t it_id;219 int it_active;220 s64 it_overrun;221 s64 it_overrun_last;[all …]