Lines Matching defs:pool_pcg_put
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)
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);
2947 (void)pool_pcg_put(&pc->pc_partgroups, prev);