Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dposix-timers.h217 struct k_itimer { struct
218 struct list_head list;
219 struct hlist_node t_hash;
220 spinlock_t it_lock;
221 const struct k_clock *kclock;
222 clockid_t it_clock;
223 timer_t it_id;
224 int it_active;
225 s64 it_overrun;
226 s64 it_overrun_last;
[all …]
/kernel/linux/linux-6.6/include/linux/
Dposix-timers.h223 struct k_itimer { struct
224 struct list_head list;
225 struct hlist_node t_hash;
226 spinlock_t it_lock;
227 const struct k_clock *kclock;
228 clockid_t it_clock;
229 timer_t it_id;
230 int it_active;
231 s64 it_overrun;
232 s64 it_overrun_last;
[all …]