Lines Matching defs:k_itimer
181 struct k_itimer { struct
183 struct hlist_node t_hash;
184 struct hlist_node list;
185 timer_t it_id;
186 clockid_t it_clock;
187 int it_sigev_notify;
188 enum pid_type it_pid_type;
189 struct signal_struct *it_signal;
190 const struct k_clock *kclock;
193 spinlock_t it_lock;
194 int it_status;
195 bool it_sig_periodic;
196 s64 it_overrun;
197 s64 it_overrun_last;
198 unsigned int it_signal_seq;
199 unsigned int it_sigqueue_seq;
200 ktime_t it_interval;
201 struct hlist_node ignored_list;
202 union {
229 static inline void posixtimer_putref(struct k_itimer *tmr) in posixtimer_putref() argument