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

/darwin-on-arm/xnu/osfmk/kern/
H A Dwait_queue.c152 uint32_t i, whsize, qsz; local
159 whsize = compute_wait_hash_size();
163 whsize = ROUNDDOWN(whsize, qsz);
164 num_wait_queues = whsize / qsz;
179 whsize = P2ROUNDUP(num_wait_queues * qsz, PAGE_SIZE);
182 whsize, 0, KMA_KOBJECT|KMA_NOPAGEWAIT);
185 panic("kernel_memory_allocate() failed to allocate wait queues, error: %d, whsize: 0x%x", kret, whsize);

Completed in 27 milliseconds