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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dstack.c65 unsigned int stack_total; /* current total count */
70 static unsigned int stack_new_count; /* total new stack allocations */
336 unsigned int total, hiwat, free; local
341 total = stack_total;
347 *count = total - free;
348 *cur_size = KERNEL_STACK_SIZE * total;
382 unsigned int total;
439 total = 0;
446 total++;
454 *totalp = total;
[all...]
H A Dclock.c71 int64_t adjtotal; /* Nanosecond remaining total adjustment */
536 int64_t total, ototal; local
539 total = (int64_t)*secs * NSEC_PER_SEC + *microsecs * NSEC_PER_USEC;
547 if (total != 0) {
550 if (total > 0) {
551 if (total > calend_adjbig)
553 if (delta > total)
554 delta = total;
560 if (total < -calend_adjbig)
563 if (delta < total)
[all...]
H A Dzalloc.c2139 unsigned total = 0; local
2159 total += z->cur_size,
2167 db_printf("\nTotal %8x", total);
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dvmmeter.h82 unsigned int v_faults; /* total faults taken */
128 int32_t t_vm; /* total virtual memory */
130 int32_t t_rm; /* total real memory in use */
139 extern struct vmtotal total;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dmach_debug.c447 unsigned int total, used; local
460 total = 0;
466 total = dnrequests->ipr_size->its_size;
469 index < total; index++) {
478 *totalp = total;
/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/i386/
H A Dprofile-md.c1033 "%12s total ticks\n",
1086 long double total = PROF_CNT_TO_LDOUBLE(stats->cnt);
1092 100.0L * (total_hits_dbl / total));
1097 "%12s times cache#%d matched (%5.2Lf%% of cache hits, %5.2Lf%% total)\n",
1101 100.0L * (PROF_CNT_TO_LDOUBLE(stats->cache_hits[i]) / total));
1076 long double total = PROF_CNT_TO_LDOUBLE(stats->cnt); local
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif.c136 static int if_clone_list(int count, int * total, user_addr_t dst);
491 if_clone_list(int count, int * total, user_addr_t dst) argument
497 *total = if_cloners_count;
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_pageout.c157 #define VM_PAGE_SPECULATIVE_TARGET(total) ((total) * 1 / 20)
161 #define VM_PAGE_INACTIVE_HEALTHY_LIMIT(total) ((total) * 1 / 200)
961 uint32_t total = vm_page_active_count + vm_page_inactive_count; local
962 uint32_t normal = total - vm_zf_count;
H A Dvm_map.c3417 * the total that has been wired in the map.
3467 * We're removing the last user wire reference. Decrement the wired_count and the total
9901 * return the total virtual size (in bytes) of the map
9908 vm_map_size_t total; local
9914 total = 0;
9918 total += entry->vme_end - entry->vme_start;
9921 return total;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dsavearea_asm.s566 lwz r6,SVinuse(0) ; Get total in the old list
571 stw r6,SVinuse(0) ; Set total in the new list
706 lwz r6,SVinuse(0) ; Get total in the old list
711 stw r6,SVinuse(0) ; Set total in the new list
1506 add r6,r6,r5 ; Get the total number of saveareas
H A Dlowmem_vectors.s1331 lwz r6,napTotal+4(r2) ; Pick up low total
1333 lwz r8,napTotal(r2) ; Pick up the high total
1334 addc r6,r6,r7 ; Add low to total
1336 adde r8,r8,r5 ; Add high and carry to total
1337 stw r6,napTotal+4(r2) ; Save the low total
1338 stw r8,napTotal(r2) ; Save the high total
1697 ld r6,napTotal(r2) ; Pick up total
1698 add r6,r6,r7 ; Add low to total
1700 std r6,napTotal(r2) ; Save the high total
H A Dhw_exception.s609 add r27,r27,r3 ; for a total of 20x (5 words/entry)
729 add r27,r27,r4 ; for a total of 20x (5 words/entry)
H A Dmachine_routines_asm.s2341 add r3,r7,r12 ; Add back the max for total

Completed in 118 milliseconds