Searched defs:tcptimerlist (Results 1 – 1 of 1) sorted by relevance
246 struct tcptimerlist { struct247 struct timerlisthead lhead; /* head of the list */248 lck_mtx_t mtx; /* lock to protect the list */249 lck_grp_t *mtx_grp; /* mutex group definition */250 thread_call_t call; /* call entry */251 uint32_t runtime; /* time at which this list is going to run */252 uint32_t schedtime; /* time at which this list was scheduled */253 uint32_t entries; /* Number of entries on the list */254 uint32_t maxentries; /* Max number of entries at any time */257 boolean_t running; /* Set when timer list is being processed */[all …]