Searched refs:activeq (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/pf/libevent/
H A Devent.c290 struct event_list *activeq = NULL; local
299 activeq = base->activequeues[i];
304 assert(activeq != NULL);
306 for (ev = TAILQ_FIRST(activeq); ev; ev = TAILQ_FIRST(activeq)) {
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devent.c1545 struct evcallback_list *activeq,
1551 EVUTIL_ASSERT(activeq != NULL);
1553 for (evcb = TAILQ_FIRST(activeq); evcb; evcb = TAILQ_FIRST(activeq)) {
1671 struct evcallback_list *activeq = NULL; local
1689 activeq = &base->activequeues[i];
1691 c = event_process_active_single_queue(base, activeq,
1694 c = event_process_active_single_queue(base, activeq,
1544 event_process_active_single_queue(struct event_base *base, struct evcallback_list *activeq, int max_to_process, const struct timeval *endtime) argument

Completed in 51 milliseconds