Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/include/linux/
Dposix-timers.h90 struct k_itimer { struct
91 struct list_head list;
92 struct hlist_node t_hash;
93 spinlock_t it_lock;
94 const struct k_clock *kclock;
95 clockid_t it_clock;
96 timer_t it_id;
97 int it_active;
98 s64 it_overrun;
99 s64 it_overrun_last;
[all …]
/kernel/linux/linux-5.10/include/linux/
Dposix-timers.h210 struct k_itimer { struct
211 struct list_head list;
212 struct hlist_node t_hash;
213 spinlock_t it_lock;
214 const struct k_clock *kclock;
215 clockid_t it_clock;
216 timer_t it_id;
217 int it_active;
218 s64 it_overrun;
219 s64 it_overrun_last;
[all …]