Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dposix-timers.h218 struct k_itimer { struct
219 struct list_head list;
221 spinlock_t it_lock;
223 clockid_t it_clock;
224 timer_t it_id;
225 int it_active;
226 s64 it_overrun;
232 union {
237 union {
245 } it;
[all …]

Completed in 5 milliseconds