Home
last modified time | relevance | path

Searched refs:BATCH_SIZE (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dipc_misc.c156 const uint32_t BATCH_SIZE = 4 << 10; variable
202 if (index % BATCH_SIZE == 0) {
/xnu-11215/osfmk/ipc/
H A Dmach_debug.c153 const uint32_t BATCH_SIZE = 4 << 10; in mach_port_space_info() local
254 if (index + 1 < tsize && (index + 1) % BATCH_SIZE == 0) { in mach_port_space_info()
/xnu-11215/osfmk/arm/pmap/
H A Dpmap.c4479 unsigned int const BATCH_SIZE = 128 * pt_attr_leaf_size(pt_attr); local
4481 l = va + BATCH_SIZE;