Searched refs:counter_add (Results 1 – 11 of 11) sorted by relevance
| /xnu-11417.140.69/osfmk/arm/ |
| H A D | counter.c | 38 counter_add(scalable_counter_t *counter, uint64_t amount) in counter_add() function 66 counter_add(counter, amount); in counter_add_preemption_disabled()
|
| /xnu-11417.140.69/osfmk/kern/ |
| H A D | counter.h | 151 extern void counter_add(struct generic_counter_t *, uint64_t amount); 206 extern void counter_add(counter_t *, uint64_t amount); \
|
| H A D | counter_common.c | 107 counter_add(atomic_counter_t *counter, uint64_t amount) in counter_add() function 130 counter_add(counter, amount); in counter_add_preemption_disabled()
|
| H A D | kalloc.c | 2323 counter_add(&kalloc_large_total, size); in kalloc_large() 2722 counter_add(&kalloc_large_total, -(uint64_t)size); in kfree_large() 3040 counter_add(&kalloc_large_total, delta); in krealloc_large()
|
| H A D | task.c | 2003 counter_add(&to_task->faults, counter_load(&from_task->faults)); in task_rollup_accounting_info() 2004 counter_add(&to_task->pageins, counter_load(&from_task->pageins)); in task_rollup_accounting_info() 2005 counter_add(&to_task->cow_faults, counter_load(&from_task->cow_faults)); in task_rollup_accounting_info() 2006 counter_add(&to_task->messages_sent, counter_load(&from_task->messages_sent)); in task_rollup_accounting_info() 2007 counter_add(&to_task->messages_received, counter_load(&from_task->messages_received)); in task_rollup_accounting_info()
|
| H A D | zalloc.c | 4563 counter_add(&task->pages_grabbed_kern, pages); in ZONE_TRACE_VM_KERN_REQUEST_END()
|
| /xnu-11417.140.69/osfmk/x86_64/ |
| H A D | counter.c | 65 counter_add(scalable_counter_t *counter, uint64_t amount) in counter_add() function
|
| /xnu-11417.140.69/bsd/kern/ |
| H A D | counter_test.c | 129 counter_add(&test_scalable_counter, value); 147 counter_add(&test_static_scalable_counter, value);
|
| /xnu-11417.140.69/osfmk/vm/ |
| H A D | vm_compressor_backing_store.c | 1456 counter_add(&vm_statistics_swapouts, size >> PAGE_SHIFT); in vm_swapout_finish() 1704 counter_add(&vm_statistics_swapins, size >> PAGE_SHIFT); in vm_swap_get() 2296 counter_add(&vm_statistics_swapins, c_size >> PAGE_SHIFT); in vm_swap_reclaim() 2326 counter_add(&vm_statistics_swapouts, c_size >> PAGE_SHIFT); in vm_swap_reclaim()
|
| H A D | vm_pageout.c | 6622 counter_add(&task->pages_grabbed_upl, page_grab_count); 8192 counter_add(&task->pages_grabbed_iopl, page_grab_count); 8711 counter_add(&task->pages_grabbed_iopl, page_grab_count); 8807 counter_add(&task->pages_grabbed_iopl, page_grab_count);
|
| H A D | vm_resident.c | 7841 counter_add(&task->pages_grabbed_kern, page_grab_count); in vm_page_alloc_list()
|