Searched refs:poolp (Results 1 – 3 of 3) sorted by relevance
18 remove_pool(ip_pool_t *poolp, ioctlfunc_t iocfunc) in remove_pool() argument27 op.iplo_unit = poolp->ipo_unit; in remove_pool()28 strncpy(op.iplo_name, poolp->ipo_name, sizeof(op.iplo_name)); in remove_pool()33 pool.ipo_unit = poolp->ipo_unit; in remove_pool()34 strncpy(pool.ipo_name, poolp->ipo_name, sizeof(pool.ipo_name)); in remove_pool()35 pool.ipo_flags = poolp->ipo_flags; in remove_pool()
146 mtx_pool_destroy(struct mtx_pool **poolp) in mtx_pool_destroy() argument149 struct mtx_pool *pool = *poolp; in mtx_pool_destroy()154 *poolp = NULL; in mtx_pool_destroy()
396 void mtx_pool_destroy(struct mtx_pool **poolp);