Searched defs:k_itimer (Results 1 – 1 of 1) sorted by relevance
160 struct k_itimer { struct161 struct hlist_node list;162 struct hlist_node t_hash;163 spinlock_t it_lock;164 const struct k_clock *kclock;165 clockid_t it_clock;166 timer_t it_id;167 int it_active;168 s64 it_overrun;169 s64 it_overrun_last;[all …]