Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
Dposix-timers.h181 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;
[all …]