Home
last modified time | relevance | path

Searched refs:TimerQ (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerUtilWindows.cpp86 class TimerQ { class
89 TimerQ() : TimerQueue(NULL) {}; in TimerQ() function in fuzzer::TimerQ
90 ~TimerQ() { in ~TimerQ()
111 static TimerQ Timer;
/freebsd-12.1/sys/netinet/libalias/
H A Dalias_sctp.h192 …LIST_HEAD(sctpTimerQ,sctp_nat_assoc) *TimerQ; /**< List of associations at this position in the ti…
H A Dalias_sctp.c633 la->sctpNatTimer.TimerQ = sn_calloc(SN_TIMER_QUEUE_SIZE, sizeof(struct sctpTimerQ)); in AliasSctpInit()
642 LIST_INIT(&la->sctpNatTimer.TimerQ[i]); in AliasSctpInit()
673 assoc1 = LIST_FIRST(&la->sctpNatTimer.TimerQ[i]); in AliasSctpTerm()
684 sn_free(la->sctpNatTimer.TimerQ); in AliasSctpTerm()
2396 LIST_INSERT_HEAD(&la->sctpNatTimer.TimerQ[add_loc], assoc, timer_Q); in sctp_AddTimeOut()
2463 while (!LIST_EMPTY(&la->sctpNatTimer.TimerQ[la->sctpNatTimer.cur_loc])) { in sctp_CheckTimers()
2464 assoc = LIST_FIRST(&la->sctpNatTimer.TimerQ[la->sctpNatTimer.cur_loc]); in sctp_CheckTimers()
2668 LIST_FOREACH(assoc, &la->sctpNatTimer.TimerQ[i], timer_Q) { in logTimerQ()