Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dposix-timers.h186 struct k_itimer { struct
188 struct hlist_node t_hash;
189 struct hlist_node list;
190 timer_t it_id;
191 clockid_t it_clock;
192 int it_sigev_notify;
193 enum pid_type it_pid_type;
194 struct signal_struct *it_signal;
195 const struct k_clock *kclock;
198 spinlock_t it_lock;
[all …]