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);
|