Home
last modified time | relevance | path

Searched refs:poolp (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/bsd/ipf/dist/lib/
H A Dremove_pool.c19 remove_pool(poolp, iocfunc) in remove_pool() argument
20 ip_pool_t *poolp; in remove_pool()
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;
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dpool.c43 alloc_pool(isc_mem_t *mctx, unsigned int count, isc_pool_t **poolp) { in alloc_pool() argument
56 *poolp = pool; in alloc_pool()
63 void *initarg, isc_pool_t **poolp) { in isc_pool_create() argument
89 *poolp = pool; in isc_pool_create()
154 isc_pool_destroy(isc_pool_t **poolp) { in isc_pool_destroy() argument
156 isc_pool_t *pool = *poolp; in isc_pool_destroy()
157 *poolp = NULL; in isc_pool_destroy()
H A Dtaskpool.c43 unsigned int quantum, isc_taskpool_t **poolp) { in alloc_pool() argument
59 *poolp = pool; in alloc_pool()
64 unsigned int quantum, bool priv, isc_taskpool_t **poolp) { in isc_taskpool_create() argument
85 *poolp = pool; in isc_taskpool_create()
147 isc_taskpool_destroy(isc_taskpool_t **poolp) { in isc_taskpool_destroy() argument
149 isc_taskpool_t *pool = *poolp; in isc_taskpool_destroy()
150 *poolp = NULL; in isc_taskpool_destroy()
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dpool.c
H A Dtaskpool.c
/netbsd-src/sys/kern/
H A Dkern_threadpool.c494 threadpool_get(struct threadpool **poolp, pri_t pri) in threadpool_get() argument
537 *poolp = &tpu->tpu_pool; in threadpool_get()
645 struct threadpool **poolp, *pool; in threadpool_percpu_ref() local
647 poolp = percpu_getref(pool_percpu->tpp_percpu); in threadpool_percpu_ref()
648 pool = *poolp; in threadpool_percpu_ref()
658 struct threadpool **poolp, *pool; in threadpool_percpu_ref_remote() local
667 poolp = percpu_getptr_remote(pool_percpu->tpp_percpu, ci); in threadpool_percpu_ref_remote()
668 pool = *poolp; in threadpool_percpu_ref_remote()
715 struct threadpool **const poolp = vpoolp; in threadpool_percpu_init() local
719 *poolp = kmem_zalloc(sizeof(**poolp), KM_SLEEP); in threadpool_percpu_init()
[all …]
/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/
H A Dtaskpool.h
H A Dpool.h
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dtaskpool.h58 unsigned int quantum, bool priv, isc_taskpool_t **poolp);
129 isc_taskpool_destroy(isc_taskpool_t **poolp);
H A Dpool.h59 isc_poolinitializer_t init, void *initarg, isc_pool_t **poolp);
132 isc_pool_destroy(isc_pool_t **poolp);