Searched defs:k_itimer (Results 1 – 1 of 1) sorted by relevance
30147 struct k_itimer { struct30148 struct list_head list;30149 struct hlist_node t_hash;30150 spinlock_t it_lock;30151 const struct k_clock *kclock;30152 clockid_t it_clock;30153 timer_t it_id;30154 int it_active;30155 s64 it_overrun;30156 s64 it_overrun_last;[all …]