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

  /src/sys/kern/
subr_pool.c 393 static int pool_grow(struct pool *, int);
1186 error = pool_grow(pp, flags);
1189 * pool_grow aborts when another thread
1385 * pool_grow: grow a pool by a page.
1393 pool_grow(struct pool *pp, int flags) function in typeref:typename:int
1399 * If there's a pool_grow in progress, wait for it to complete
1446 * If anyone was waiting for pool_grow, notify them that we
1468 (void) pool_grow(pp, PR_WAITOK);
1570 error = pool_grow(pp, PR_NOWAIT);
subr_pool.c 393 static int pool_grow(struct pool *, int);
1186 error = pool_grow(pp, flags);
1189 * pool_grow aborts when another thread
1385 * pool_grow: grow a pool by a page.
1393 pool_grow(struct pool *pp, int flags) function in typeref:typename:int
1399 * If there's a pool_grow in progress, wait for it to complete
1446 * If anyone was waiting for pool_grow, notify them that we
1468 (void) pool_grow(pp, PR_WAITOK);
1570 error = pool_grow(pp, PR_NOWAIT);

Completed in 85 milliseconds