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

/darwin-on-arm/xnu/osfmk/kern/
H A Dkalloc.h90 uint64_t *sum_size,
H A Dzalloc.h186 uint64_t *sum_size,
H A Dkalloc.c658 uint64_t *sum_size, int *collectable, int *exhaustable, int *caller_acct)
671 *sum_size = kalloc_large_sum;
656 kalloc_fake_zone_info(int *count, vm_size_t *cur_size, vm_size_t *max_size, vm_size_t *elem_size, vm_size_t *alloc_size, uint64_t *sum_size, int *collectable, int *exhaustable, int *caller_acct) argument
H A Dstack.c456 uint64_t *sum_size, int *collectable, int *exhaustable, int *caller_acct)
476 *sum_size = all * kernel_stack_size;
454 stack_fake_zone_info(int *count, vm_size_t *cur_size, vm_size_t *max_size, vm_size_t *elem_size, vm_size_t *alloc_size, uint64_t *sum_size, int *collectable, int *exhaustable, int *caller_acct) argument
H A Dzalloc.c3069 uint64_t sum_size; local
3075 &alloc_size, &sum_size,
3082 zi->tzi_sum_size = sum_size;
3238 uint64_t sum_size; local
3244 &alloc_size, &sum_size,
3251 zi->mzi_sum_size = sum_size;
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dpmap.c2007 uint64_t *sum_size,
2020 *sum_size = alloc_ptepages_count * PAGE_SIZE;
2001 pt_fake_zone_info( int *count, vm_size_t *cur_size, vm_size_t *max_size, vm_size_t *elem_size, vm_size_t *alloc_size, uint64_t *sum_size, int *collectable, int *exhaustable, int *caller_acct) argument
/darwin-on-arm/xnu/osfmk/arm/
H A Dpmap.c4196 void pt_fake_zone_info(int *count, vm_size_t * cur_size, vm_size_t * max_size, vm_size_t * elem_size, vm_size_t * alloc_size, uint64_t * sum_size, int *collectable, int *exhaustable, int *caller_acct) argument
4203 *sum_size = alloc_ptepages_count * PAGE_SIZE;
/darwin-on-arm/xnu/osfmk/i386/
H A Dpmap.c2540 uint64_t *sum_size, int *collectable, int *exhaustable, int *caller_acct)
2547 *sum_size = alloc_ptepages_count * PAGE_SIZE;
2538 pt_fake_zone_info(int *count, vm_size_t *cur_size, vm_size_t *max_size, vm_size_t *elem_size, vm_size_t *alloc_size, uint64_t *sum_size, int *collectable, int *exhaustable, int *caller_acct) argument

Completed in 99 milliseconds