Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h27169 struct k_itimer { struct
27170 struct list_head list;
27171 struct hlist_node t_hash;
27172 spinlock_t it_lock;
27173 const struct k_clock *kclock;
27174 clockid_t it_clock;
27175 timer_t it_id;
27176 int it_active;
27177 s64 it_overrun;
27178 s64 it_overrun_last;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h37174 struct k_itimer { struct
37175 struct list_head list;
37176 struct hlist_node t_hash;
37177 spinlock_t it_lock;
37178 const struct k_clock *kclock;
37179 clockid_t it_clock;
37180 timer_t it_id;
37181 int it_active;
37182 s64 it_overrun;
37183 s64 it_overrun_last;
[all …]