Searched defs:k_itimer (Results 1 – 1 of 1) sorted by relevance
181 struct k_itimer { struct185 timer_t it_id;186 clockid_t it_clock;187 int it_sigev_notify;193 spinlock_t it_lock;194 int it_status;196 s64 it_overrun;197 s64 it_overrun_last;200 ktime_t it_interval;202 union {[all …]