HomeSort by relevance Sort by last modified time
    Searched refs:free_timeouts (Results 1 - 2 of 2) sorted by null

  /external/dhcpcd-6.8.2/
eloop.h 71 struct timeout_head free_timeouts; member in struct:eloop_ctx
eloop.c 283 if ((t = TAILQ_FIRST(&ctx->free_timeouts))) {
284 TAILQ_REMOVE(&ctx->free_timeouts, t, next);
352 TAILQ_INSERT_TAIL(&ctx->free_timeouts, t, next);
472 TAILQ_INIT(&ctx->free_timeouts);
506 while ((t = TAILQ_FIRST(&ctx->free_timeouts))) {
507 TAILQ_REMOVE(&ctx->free_timeouts, t, next);
551 TAILQ_INSERT_TAIL(&ctx->free_timeouts, t, next);

Completed in 469 milliseconds