HomeSort by: relevance | last modified time | path
    Searched defs:timer_list (Results 1 - 5 of 5) 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);
  /src/external/gpl3/gdb.old/dist/gdbsupport/
event-loop.cc 169 timer_list; variable in typeref:struct:__anon21134
720 timer_list.num_timers++;
721 timer_ptr->timer_id = timer_list.num_timers;
726 for (timer_index = timer_list.first_timer;
734 if (timer_index == timer_list.first_timer)
736 timer_ptr->next = timer_list.first_timer;
737 timer_list.first_timer = timer_ptr;
742 for (prev_timer = timer_list.first_timer;
764 for (timer_ptr = timer_list.first_timer; timer_ptr != NULL;
774 if (timer_ptr == timer_list.first_timer
    [all...]
  /src/external/gpl3/gdb/dist/gdbsupport/
event-loop.cc 169 timer_list; variable in typeref:struct:__anon762
720 timer_list.num_timers++;
721 timer_ptr->timer_id = timer_list.num_timers;
726 for (timer_index = timer_list.first_timer;
734 if (timer_index == timer_list.first_timer)
736 timer_ptr->next = timer_list.first_timer;
737 timer_list.first_timer = timer_ptr;
742 for (prev_timer = timer_list.first_timer;
764 for (timer_ptr = timer_list.first_timer; timer_ptr != NULL;
774 if (timer_ptr == timer_list.first_timer
    [all...]
  /src/external/bsd/unbound/dist/testcode/
replay.h 302 struct fake_timer* timer_list; member in struct:replay_runtime

Completed in 20 milliseconds