Searched defs:k_itimer (Results 1 – 1 of 1) sorted by relevance
218 struct k_itimer { struct219 struct list_head list;220 struct hlist_node t_hash;221 spinlock_t it_lock;222 const struct k_clock *kclock;223 clockid_t it_clock;224 timer_t it_id;225 int it_active;226 s64 it_overrun;227 s64 it_overrun_last;[all …]