Searched defs:k_itimer (Results 1 – 11 of 11) sorted by relevance
47705 struct k_itimer { struct47706 struct list_head list;47707 struct hlist_node t_hash;47708 spinlock_t it_lock;47709 const struct k_clock *kclock;47710 clockid_t it_clock;47711 timer_t it_id;47712 int it_active;47713 s64 it_overrun;47714 s64 it_overrun_last;[all …]
50528 struct k_itimer { struct50529 struct list_head list;50530 struct hlist_node t_hash;50531 spinlock_t it_lock;50532 const struct k_clock *kclock;50533 clockid_t it_clock;50534 timer_t it_id;50535 int it_active;50536 s64 it_overrun;50537 s64 it_overrun_last;[all …]
16821 struct k_itimer { struct16822 struct list_head list;16823 struct hlist_node t_hash;16824 spinlock_t it_lock;16825 const struct k_clock *kclock;16826 clockid_t it_clock;16827 timer_t it_id;16828 int it_active;16829 s64 it_overrun;16830 s64 it_overrun_last;[all …]
37220 struct k_itimer { struct37221 struct list_head list;37222 struct hlist_node t_hash;37223 spinlock_t it_lock;37224 const struct k_clock *kclock;37225 clockid_t it_clock;37226 timer_t it_id;37227 int it_active;37228 s64 it_overrun;37229 s64 it_overrun_last;[all …]
67789 struct k_itimer { struct67790 struct list_head list;67791 struct hlist_node t_hash;67792 spinlock_t it_lock;67793 const struct k_clock *kclock;67794 clockid_t it_clock;67795 timer_t it_id;67796 int it_active;67797 s64 it_overrun;67798 s64 it_overrun_last;[all …]
21996 struct k_itimer { struct21997 struct list_head list;21998 struct hlist_node t_hash;21999 spinlock_t it_lock;22000 const struct k_clock *kclock;22001 clockid_t it_clock;22002 timer_t it_id;22003 int it_active;22004 s64 it_overrun;22005 s64 it_overrun_last;[all …]