Lines Matching defs:k_itimer
30442 struct k_itimer { struct
30443 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;
30452 int it_requeue_pending;
30453 int it_sigev_notify;
30454 ktime_t it_interval;
30478 int (*timer_create)(struct k_itimer *); argument