Searched refs:poolp (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/bsd/ipf/dist/lib/ |
| H A D | remove_pool.c | 19 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 D | pool.c | 43 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 D | taskpool.c | 43 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 D | pool.c | |
| H A D | taskpool.c | |
| /netbsd-src/sys/kern/ |
| H A D | kern_threadpool.c | 494 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 D | taskpool.h | |
| H A D | pool.h | |
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/ |
| H A D | taskpool.h | 58 unsigned int quantum, bool priv, isc_taskpool_t **poolp); 129 isc_taskpool_destroy(isc_taskpool_t **poolp);
|
| H A D | pool.h | 59 isc_poolinitializer_t init, void *initarg, isc_pool_t **poolp); 132 isc_pool_destroy(isc_pool_t **poolp);
|