HomeSort by: relevance | last modified time | path
    Searched defs:timer_list (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/include/linux/
timer.h 40 struct timer_list { struct
49 timer_setup(struct timer_list *timer, void (*fn)(struct timer_list *),
61 mod_timer(struct timer_list *timer, unsigned long then)
72 mod_timer_pinned(struct timer_list *timer, unsigned long then)
80 del_timer(struct timer_list *timer)
98 del_timer_sync(struct timer_list *timer)
116 timer_pending(struct timer_list *timer)
  /src/sys/external/bsd/vchiq/dist/interface/compat/
vchi_bsd.h 128 struct timer_list { struct
137 void init_timer(struct timer_list *t);
138 void setup_timer(struct timer_list *t, void (*function)(unsigned long), unsigned long data);
139 void mod_timer(struct timer_list *t, unsigned long expires);
140 void add_timer(struct timer_list *t);
141 int del_timer(struct timer_list *t);
142 int del_timer_sync(struct timer_list *t);

Completed in 11 milliseconds