Searched refs:counter_add (Results 1 – 12 of 12) sorted by relevance
| /xnu-12377.1.9/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.1.9/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 | 2433 counter_add(&kalloc_large_total, size); in kalloc_large() 2871 counter_add(&kalloc_large_total, -(uint64_t)size); in kfree_large() 3189 counter_add(&kalloc_large_total, delta); in krealloc_large()
|
| H A D | task.c | 2045 counter_add(&to_task->faults, counter_load(&from_task->faults)); in task_rollup_accounting_info() 2046 counter_add(&to_task->pageins, counter_load(&from_task->pageins)); in task_rollup_accounting_info() 2047 counter_add(&to_task->cow_faults, counter_load(&from_task->cow_faults)); in task_rollup_accounting_info() 2048 counter_add(&to_task->messages_sent, counter_load(&from_task->messages_sent)); in task_rollup_accounting_info() 2049 counter_add(&to_task->messages_received, counter_load(&from_task->messages_received)); in task_rollup_accounting_info()
|
| H A D | zalloc.c | 4489 counter_add(&vm_page_grab_count_kern, pages); in ZONE_TRACE_VM_KERN_REQUEST_END()
|
| /xnu-12377.1.9/osfmk/x86_64/ |
| H A D | counter.c | 65 counter_add(scalable_counter_t *counter, uint64_t amount) in counter_add() function
|
| /xnu-12377.1.9/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.1.9/osfmk/vm/ |
| H A D | vm_compressor_backing_store.c | 1456 counter_add(&vm_statistics_swapouts, size >> PAGE_SHIFT); in vm_swapout_finish() 1708 counter_add(&vm_statistics_swapins, size >> PAGE_SHIFT); in vm_swap_get() 2300 counter_add(&vm_statistics_swapins, c_size >> PAGE_SHIFT); in vm_swap_reclaim() 2330 counter_add(&vm_statistics_swapouts, c_size >> PAGE_SHIFT); in vm_swap_reclaim()
|
| H A D | vm_pageout.c | 6755 counter_add(&vm_page_grab_count_upl, page_grab_count); 8401 counter_add(&vm_page_grab_count_iopl, page_grab_count); 8943 counter_add(&vm_page_grab_count_iopl, page_grab_count); 9041 counter_add(&vm_page_grab_count_iopl, page_grab_count);
|
| H A D | vm_resident.c | 7881 counter_add(&vm_page_grab_count_kern, page_grab_count); in vm_page_alloc_list()
|