Searched refs:callqueue (Results 1 – 3 of 3) sorted by relevance
107 TAILQ_REMOVE(&SCTP_BASE_INFO(callqueue), c, tqe); in sctp_os_timer_start()127 TAILQ_INSERT_TAIL(&SCTP_BASE_INFO(callqueue), c, tqe); in sctp_os_timer_start()148 TAILQ_REMOVE(&SCTP_BASE_INFO(callqueue), c, tqe); in sctp_os_timer_stop()163 c = TAILQ_FIRST(&SCTP_BASE_INFO(callqueue)); in sctp_handle_tick()167 TAILQ_REMOVE(&SCTP_BASE_INFO(callqueue), c, tqe); in sctp_handle_tick()
285 struct calloutlist callqueue; member
6824 TAILQ_INIT(&SCTP_BASE_INFO(callqueue));