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

  /src/sys/kern/
subr_pool.c 260 static struct pool *drainpp; variable in typeref:struct:pool *
262 /* This lock protects both pool_head and drainpp. */
1033 if (drainpp == pp)
1034 drainpp = NULL;
1760 if (drainpp == NULL) {
1761 drainpp = TAILQ_FIRST(&pool_head);
1763 if (drainpp != NULL) {
1764 pp = drainpp;
1765 drainpp = TAILQ_NEXT(pp, pr_poollist);
subr_pool.c 260 static struct pool *drainpp; variable in typeref:struct:pool *
262 /* This lock protects both pool_head and drainpp. */
1033 if (drainpp == pp)
1034 drainpp = NULL;
1760 if (drainpp == NULL) {
1761 drainpp = TAILQ_FIRST(&pool_head);
1763 if (drainpp != NULL) {
1764 pp = drainpp;
1765 drainpp = TAILQ_NEXT(pp, pr_poollist);

Completed in 31 milliseconds