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

/freebsd-11.0-release/sys/kern/
H A Dkern_timeout.c165 struct callout_tailq cc_expireq; member in struct:callout_cpu
325 TAILQ_INIT(&cc->cc_expireq);
509 TAILQ_INSERT_TAIL(&cc->cc_expireq,
558 if (!TAILQ_EMPTY(&cc->cc_expireq))
865 while ((c = TAILQ_FIRST(&cc->cc_expireq)) != NULL) {
866 TAILQ_REMOVE(&cc->cc_expireq, c, c_links.tqe);
1090 TAILQ_REMOVE(&cc->cc_expireq, c, c_links.tqe);
1404 TAILQ_REMOVE(&cc->cc_expireq, c, c_links.tqe);

Completed in 97 milliseconds