Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dposix-timers.h193 struct k_itimer { struct
194 struct list_head list;
195 struct hlist_node t_hash;
196 spinlock_t it_lock;
197 const struct k_clock *kclock;
198 clockid_t it_clock;
199 timer_t it_id;
200 int it_active;
201 s64 it_overrun;
202 s64 it_overrun_last;
[all …]