HomeSort by: relevance | last modified time | path
    Searched defs:rttimer_pool (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/net/
route.c 160 static struct pool rttimer_pool; variable in typeref:struct:pool
491 pool_init(&rttimer_pool, sizeof(struct rttimer), 0, 0, 0, "rttmrpl",
1877 pool_put(&rttimer_pool, r);
1920 pool_put(&rttimer_pool, r);
1950 r = pool_get(&rttimer_pool, PR_NOWAIT);
1993 pool_put(&rttimer_pool, r);

Completed in 134 milliseconds