Searched defs:te_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.
236 * te_t - timer entry.
240 struct te_s *prev; /* prev te_t */
241 struct te_s *next; /* next te_t */
244 } te_t; typedef in typeref:struct:te_s
252 clock_t exec; /* te_t lbolt exec value for bucket */
253 te_t *head; /* head of te_t list (first timer) */
254 te_t *tai
[all...]

Completed in 68 milliseconds