Searched defs:tb_s (Results 1 – 1 of 1) sorted by relevance
250 typedef struct tb_s { struct251 struct tb_s *next; /* next tb_t in ascending time order */ argument252 clock_t exec; /* te_t lbolt exec value for bucket */253 te_t *head; /* head of te_t list (first timer) */254 te_t *tail; /* tail of te_t list (last timer) */