Searched refs:cur_count (Results 1 – 2 of 2) sorted by relevance
| /xnu-11417.140.69/osfmk/kern/ |
| H A D | kalloc.c | 926 uint64_t *cur_count, in kalloc_type_view_copy() argument 931 if (count + *cur_count >= kt_count) { in kalloc_type_view_copy() 967 kalloc_type_func(type, buffer_copy, &kt_buffer[*cur_count], cur); in kalloc_type_view_copy() 969 *cur_count = *cur_count + 1; in kalloc_type_view_copy() 978 uint64_t cur_count = 0; in kalloc_type_view_parse() local 992 &cur_count, false, NULL); in kalloc_type_view_parse() 1022 &cur_count, false, kext_uuid_str); in kalloc_type_view_parse() 1031 kalloc_type_var(type, sec_end), &cur_count, false, NULL); in kalloc_type_view_parse() 1098 kt_sect->addr + kt_sect->size + vm_kernel_slide, &cur_count, in kalloc_type_view_parse() 1133 return cur_count; in kalloc_type_view_parse() [all …]
|
| /xnu-11417.140.69/osfmk/vm/ |
| H A D | vm_resident.c | 275 int cur_count; /* current count */ member 2078 bucket->cur_count = 0; in vm_page_bootstrap() 3053 if (++bucket->cur_count > bucket->hi_count) { in vm_page_insert_internal() 3054 bucket->hi_count = bucket->cur_count; in vm_page_insert_internal() 3390 bucket->cur_count--; in vm_page_remove()
|