Searched defs:k_itimer (Results 1 – 1 of 1) sorted by relevance
193 struct k_itimer { struct194 struct list_head list;195 struct hlist_node t_hash;196 spinlock_t it_lock;197 const struct k_clock *kclock;198 clockid_t it_clock;199 timer_t it_id;200 int it_active;201 s64 it_overrun;202 s64 it_overrun_last;[all …]