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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dmach_debug.c245 ipc_entry_num_t tsize; local
318 tsize = space->is_table_size;
320 for (index = 0; index < tsize; index++) {
H A Dmach_port.c216 ipc_entry_num_t tsize; local
308 tsize = space->is_table_size;
310 for (index = 0; index < tsize; index++) {
1073 ipc_entry_num_t tsize; local
1110 tsize = space->is_table_size;
1112 for (index = 0; index < tsize; index++) {
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dzalloc.c506 vm_size_t tsize, twaste; local
508 tsize = i * PAGE_SIZE;
510 if ((tsize % size) < (tsize / 100)) {
511 alloc = tsize;
514 twaste = tsize % size;
516 best = tsize, waste = twaste;
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dubc_subr.c1170 memory_object_size_t tsize; local
1209 tsize = (memory_object_size_t)end_off - beg_off;
1213 beg_off, tsize,
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_object.c1784 vm_object_size_t tsize; local
1789 for (tsize = size, toffset = offset; tsize; tsize -= PAGE_SIZE, toffset += PAGE_SIZE) {
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace.c787 uintptr_t taddr, tsize; local
792 tsize = dtrace_toxrange[i].dtt_limit - taddr;
794 if (kaddr - taddr < tsize) {

Completed in 102 milliseconds