Searched defs:k_itimer (Results 1 – 1 of 1) sorted by relevance
219 struct k_itimer { struct220 struct list_head list;222 spinlock_t it_lock;224 clockid_t it_clock;225 timer_t it_id;226 int it_active;227 s64 it_overrun;233 union {238 union {246 } it;[all …]
Completed in 6 milliseconds