Searched defs:k_itimer (Results 1 – 1 of 1) sorted by relevance
25303 struct k_itimer { struct25304 struct list_head list;25305 struct hlist_node t_hash;25306 spinlock_t it_lock;25307 const struct k_clock *kclock;25308 clockid_t it_clock;25309 timer_t it_id;25310 int it_active;25311 s64 it_overrun;25312 s64 it_overrun_last;[all …]