Searched defs:k_itimer (Results 1 – 7 of 7) sorted by relevance
35669 struct k_itimer { struct35670 struct list_head list;35671 struct hlist_node t_hash;35672 spinlock_t it_lock;35673 const struct k_clock *kclock;35674 clockid_t it_clock;35675 timer_t it_id;35676 int it_active;35677 s64 it_overrun;35678 s64 it_overrun_last;[all …]
30147 struct k_itimer { struct30148 struct list_head list;30149 struct hlist_node t_hash;30150 spinlock_t it_lock;30151 const struct k_clock *kclock;30152 clockid_t it_clock;30153 timer_t it_id;30154 int it_active;30155 s64 it_overrun;30156 s64 it_overrun_last;[all …]
25177 struct k_itimer { struct25178 struct list_head list;25179 struct hlist_node t_hash;25180 spinlock_t it_lock;25181 const struct k_clock *kclock;25182 clockid_t it_clock;25183 timer_t it_id;25184 int it_active;25185 s64 it_overrun;25186 s64 it_overrun_last;[all …]
30442 struct k_itimer { struct30443 struct list_head list;30444 struct hlist_node t_hash;30445 spinlock_t it_lock;30446 const struct k_clock *kclock;30447 clockid_t it_clock;30448 timer_t it_id;30449 int it_active;30450 s64 it_overrun;30451 s64 it_overrun_last;[all …]