HomeSort by: relevance | last modified time | path
    Searched refs:poolp (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/ipf/dist/lib/
remove_pool.c 19 remove_pool(poolp, iocfunc)
20 ip_pool_t *poolp;
30 op.iplo_unit = poolp->ipo_unit;
31 strncpy(op.iplo_name, poolp->ipo_name, sizeof(op.iplo_name));
36 pool.ipo_unit = poolp->ipo_unit;
37 strncpy(pool.ipo_name, poolp->ipo_name, sizeof(pool.ipo_name));
38 pool.ipo_flags = poolp->ipo_flags;
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
pool.h 59 isc_poolinitializer_t init, void *initarg, isc_pool_t **poolp);
73 *\li poolp != NULL && *poolp == NULL
77 *\li On success, '*poolp' points to the new object pool.
132 isc_pool_destroy(isc_pool_t **poolp);
138 * \li '*poolp' is a valid task pool.
taskpool.h 58 unsigned int quantum, bool priv, isc_taskpool_t **poolp);
69 *\li poolp != NULL && *poolp == NULL
129 isc_taskpool_destroy(isc_taskpool_t **poolp);
135 * \li '*poolp' is a valid task pool.
  /src/external/mpl/dhcp/bind/dist/lib/isc/
pool.c 43 alloc_pool(isc_mem_t *mctx, unsigned int count, isc_pool_t **poolp) {
56 *poolp = pool;
63 void *initarg, isc_pool_t **poolp) {
89 *poolp = pool;
154 isc_pool_destroy(isc_pool_t **poolp) {
156 isc_pool_t *pool = *poolp;
157 *poolp = NULL;
taskpool.c 43 unsigned int quantum, isc_taskpool_t **poolp) {
59 *poolp = pool;
64 unsigned int quantum, bool priv, isc_taskpool_t **poolp) {
85 *poolp = pool;
147 isc_taskpool_destroy(isc_taskpool_t **poolp) {
149 isc_taskpool_t *pool = *poolp;
150 *poolp = NULL;
  /src/sys/kern/
kern_threadpool.c 494 threadpool_get(struct threadpool **poolp, pri_t pri)
537 *poolp = &tpu->tpu_pool;
645 struct threadpool **poolp, *pool; local
647 poolp = percpu_getref(pool_percpu->tpp_percpu);
648 pool = *poolp;
658 struct threadpool **poolp, *pool; local
667 poolp = percpu_getptr_remote(pool_percpu->tpp_percpu, ci);
668 pool = *poolp;
715 struct threadpool **const poolp = vpoolp; local
719 *poolp = kmem_zalloc(sizeof(**poolp), KM_SLEEP)
731 struct threadpool **const poolp = vpoolp; local
741 struct threadpool **const poolp = vpoolp; local
    [all...]

Completed in 45 milliseconds