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

  /src/sys/kern/
subr_pool.c 385 static int pool_pcg_put(pcg_t *volatile *, pcg_t *);
2606 * pool_pcg_put:
2613 pool_pcg_put(pcg_t *volatile *head, pcg_t *pcg) function in typeref:typename:int
2655 (void)pool_pcg_put(cc->cc_pcgcache, cur);
2828 pool_pcg_put(&pc->pc_fullgroups, cur);
2931 (void)pool_pcg_put(&pc->pc_fullgroups, cur);
2934 (void)pool_pcg_put(pc->pc_pcgcache, cur);
2936 (void)pool_pcg_put(&pc->pc_partgroups, cur);
2942 (void)pool_pcg_put(&pc->pc_fullgroups, prev);
2945 (void)pool_pcg_put(pc->pc_pcgcache, prev)
    [all...]

Completed in 17 milliseconds