Searched refs:pools (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_array.c68 /* If the array has some pools, we need to see if there is enough space in
69 * those pools to accomodate the requested size array. If there isn't
70 * enough space, we save the existing pools to a temporary STAILQ and zero
72 * to be created, and we then copy the data from the old pools into the new
79 STAILQ_FOREACH(srcpool, &array->pools, entries) {
83 /* If there's not enough space, save the pools to a temporary STAILQ
84 * and zero out the array structure. Otherwise, rescan the pools to
88 STAILQ_FOREACH_SAFE(srcpool, &array->pools, entries, tmp) {
89 STAILQ_REMOVE(&array->pools, srcpool, kxld_array_pool, entries);
106 * pools int
[all...]
H A Dkxld_array.h79 struct kxld_array_head pools; member in struct:kxld_array
87 u_int npools; /* The number of pools in the pool list */
146 * it will allocate a pool and add it to the list of pools maintained by this

Completed in 22 milliseconds