Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dposix-timers.h223 struct k_itimer { struct
224 struct list_head list;
226 spinlock_t it_lock;
228 clockid_t it_clock;
229 timer_t it_id;
230 int it_active;
231 s64 it_overrun;
237 union {
242 union {
250 } it;
[all …]