Home
last modified time | relevance | path

Searched defs:k_itimer (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/include/linux/
Dposix-timers.h62 struct k_itimer { struct
63 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 …]