Searched refs:counter_add (Results 1 – 13 of 13) sorted by relevance
| /xnu-12377.81.4/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-12377.81.4/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 | ledger.c | 1270 counter_add(&lec->lec_counter, amount); in ledger_credit_thread() 1367 counter_add(&to_lec->lec_counter, from_val); in ledger_rollup_entry() 1962 counter_add(&lec->lec_counter, -amount); in ledger_debit_thread()
|
| H A D | kalloc.c | 2436 counter_add(&kalloc_large_total, size); in kalloc_large() 2874 counter_add(&kalloc_large_total, -(uint64_t)size); in kfree_large() 3192 counter_add(&kalloc_large_total, delta); in krealloc_large()
|
| H A D | task.c | 2084 counter_add(&to_task->faults, counter_load(&from_task->faults)); in task_rollup_accounting_info() 2085 counter_add(&to_task->pageins, counter_load(&from_task->pageins)); in task_rollup_accounting_info() 2086 counter_add(&to_task->cow_faults, counter_load(&from_task->cow_faults)); in task_rollup_accounting_info() 2087 counter_add(&to_task->messages_sent, counter_load(&from_task->messages_sent)); in task_rollup_accounting_info() 2088 counter_add(&to_task->messages_received, counter_load(&from_task->messages_received)); in task_rollup_accounting_info()
|
| H A D | zalloc.c | 4567 counter_add(&vm_page_grab_count_kern, pages); in ZONE_TRACE_VM_KERN_REQUEST_END()
|
| /xnu-12377.81.4/osfmk/x86_64/ |
| H A D | counter.c | 65 counter_add(scalable_counter_t *counter, uint64_t amount) in counter_add() function
|
| /xnu-12377.81.4/bsd/kern/ |
| H A D | counter_test.c | 129 counter_add(&test_scalable_counter, value); 147 counter_add(&test_static_scalable_counter, value);
|
| /xnu-12377.81.4/osfmk/arm64/ |
| H A D | vm_mte_compress.c | 553 counter_add(&compressor_tags_overhead_bytes, rounded); in vm_mte_tags_stats_compressed() 577 counter_add(&compressor_tags_overhead_bytes, -(uint64_t)rounded); in vm_mte_tags_stats_removed()
|
| /xnu-12377.81.4/osfmk/vm/ |
| H A D | vm_compressor_backing_store.c | 1446 counter_add(&vm_statistics_swapouts, size >> PAGE_SHIFT); in vm_swapout_finish() 1698 counter_add(&vm_statistics_swapins, size >> PAGE_SHIFT); in vm_swap_get() 2290 counter_add(&vm_statistics_swapins, c_size >> PAGE_SHIFT); in vm_swap_reclaim() 2320 counter_add(&vm_statistics_swapouts, c_size >> PAGE_SHIFT); in vm_swap_reclaim()
|
| H A D | vm_pageout.c | 6959 counter_add(&vm_page_grab_count_upl, page_grab_count); 8651 counter_add(&vm_page_grab_count_iopl, page_grab_count); 9193 counter_add(&vm_page_grab_count_iopl, page_grab_count); 9300 counter_add(&vm_page_grab_count_iopl, page_grab_count);
|
| H A D | vm_resident.c | 8748 counter_add(&vm_page_grab_count_kern, page_grab_count); in vm_page_alloc_list()
|