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