Searched defs:periodic_time (Results 1 – 2 of 2) sorted by relevance
32 struct periodic_time { struct33 struct list_head list;34 bool on_list;35 bool one_shot;36 bool do_not_freeze;37 bool irq_issued;38 bool warned_timeout_too_short;39 bool level;65 struct periodic_time pt0; argument
142 struct periodic_time struct149 void destroy_periodic_time(struct periodic_time *pt); argument
Completed in 5 milliseconds