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

/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_array.c75 if (array->npools) {
144 require_action(array->npools < 2, finish, rval=KERN_INVALID_ARGUMENT);
152 require_action(array->npools == 1, finish, rval=KERN_FAILURE);
166 array->npools = 1;
226 current_capacity = dstarray->npools * dstarray->pool_capacity;
227 if (dstarray->npools > 1 || needed_capacity > current_capacity) {
400 array->npools += 1;
460 require_action(array->npools < 2 || array->nitems < array->pool_maxitems,
H A Dkxld_array.h87 u_int npools; /* The number of pools in the pool list */ member in struct:kxld_array

Completed in 19 milliseconds