Searched defs:k_itimer (Results 1 – 1 of 1) sorted by relevance
62 struct k_itimer { struct63 struct list_head list; /* free/ allocate list */64 struct hlist_node t_hash;65 spinlock_t it_lock;66 clockid_t it_clock; /* which timer type */67 timer_t it_id; /* timer id */68 int it_overrun; /* overrun on pending signal */69 int it_overrun_last; /* overrun on last delivered signal */70 int it_requeue_pending; /* waiting to requeue this timer */72 int it_sigev_notify; /* notify word of sigevent struct */[all …]