Home
last modified time | relevance | path

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

/linux/include/linux/
A Dposix-timers.h219 struct k_itimer { struct
220 struct list_head list;
222 spinlock_t it_lock;
224 clockid_t it_clock;
225 timer_t it_id;
226 int it_active;
227 s64 it_overrun;
233 union {
238 union {
246 } it;
[all …]

Completed in 6 milliseconds