Searched defs:tb_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/nca/
H A Dnca.h52 * node_t nodef_t sqfan_t nca_squeue_t tb_t te_t ti_t tw_t
219 * A multiphase timer is implemented using the te_t, tb_t, and ti_t structs.
247 * tb_t - timer bucket.
251 struct tb_s *next; /* next tb_t in ascending time order */
255 } tb_t; typedef in typeref:struct:tb_s
266 tb_t *head; /* head of tb_t list (first timer bucket) */
267 tb_t *tail; /* tail of tb_t list (last timer bucket) */

Completed in 54 milliseconds