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