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