Lines Matching refs:child
50 * - a pointer to the child pool to which this element belongs, or
64 /* Next page in the same child pool. */
84 /* The given object/element belongs to an orphaned page (i.e. the owning child
124 * Create a child pool linked to the given parent.
136 * Destroy the child pool.
203 * Allocate an object from the child pool. Single-threaded (i.e. the caller
204 * must ensure that no operation happens on the same child pool in another
214 * different child pool.
237 * must ensure that no operation happens on the same child pool in another
240 * Freeing an object in a different child pool from the one where it was
264 /* Note: we _must_ re-read elt->owner here because the owning child pool
287 return slab_alloc(&pool->child);
296 slab_free(&pool->child, ptr);
302 slab_destroy_child(&pool->child);
318 slab_create_child(&pool->child, &pool->parent);