Searched defs:k_itimer (Results 1 – 1 of 1) sorted by relevance
218 struct k_itimer { struct219 struct list_head list;221 spinlock_t it_lock;223 clockid_t it_clock;224 timer_t it_id;225 int it_active;226 s64 it_overrun;232 union {237 union {245 } it;[all …]
Completed in 5 milliseconds