Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dposix-timers.h179 struct k_itimer { struct
180 struct hlist_node list;
181 struct hlist_node ignored_list;
182 struct hlist_node t_hash;
183 spinlock_t it_lock;
184 const struct k_clock *kclock;
185 clockid_t it_clock;
186 timer_t it_id;
187 int it_status;
188 bool it_sig_periodic;
[all …]