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

/darwin-on-arm/xnu/osfmk/ipc/
H A Dmach_debug.c180 ipc_entry_num_t tsize; local
231 tsize = space->is_table_size;
233 for (index = 0; index < tsize; index++) {
H A Dmach_port.c225 ipc_entry_num_t tsize; local
316 tsize = space->is_table_size;
318 for (index = 0; index < tsize; index++) {
1152 ipc_entry_num_t tsize; local
1189 tsize = space->is_table_size;
1191 for (index = 0; index < tsize; index++) {
/darwin-on-arm/xnu/osfmk/kern/
H A Dzalloc.c1135 vm_size_t tsize, twaste; local
1137 tsize = i * PAGE_SIZE;
1139 if ((tsize % size) < (tsize / 100)) {
1140 alloc = tsize;
1143 twaste = tsize % size;
1145 best = tsize, waste = twaste;
/darwin-on-arm/xnu/bsd/kern/
H A Dubc_subr.c1386 memory_object_size_t tsize; local
1425 tsize = (memory_object_size_t)end_off - beg_off;
1429 beg_off, tsize,
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c1064 uintptr_t taddr, tsize; local
1069 tsize = dtrace_toxrange[i].dtt_limit - taddr;
1071 if (kaddr - taddr < tsize) {

Completed in 133 milliseconds