Home
last modified time | relevance | path

Searched refs:counter_alloc (Results 1 – 5 of 5) sorted by relevance

/xnu-11417.101.15/osfmk/kern/ !
H A Dcounter.h142 extern void counter_alloc(struct generic_counter_t *);
200 extern void counter_alloc(counter_t *); \
H A Dcounter_common.c79 counter_alloc(scalable_counter_t *counter) in counter_alloc() function
86 counter_alloc(atomic_counter_t *counter) in counter_alloc() function
H A Dtask.c1514 counter_alloc(&(new_task->faults)); in task_create_internal()
1838 counter_alloc(&(new_task->pageins)); in task_create_internal()
1839 counter_alloc(&(new_task->cow_faults)); in task_create_internal()
1840 counter_alloc(&(new_task->messages_sent)); in task_create_internal()
1841 counter_alloc(&(new_task->messages_received)); in task_create_internal()
1842 counter_alloc(&(new_task->pages_grabbed)); in task_create_internal()
1843 counter_alloc(&(new_task->pages_grabbed_kern)); in task_create_internal()
1844 counter_alloc(&(new_task->pages_grabbed_iopl)); in task_create_internal()
1845 counter_alloc(&(new_task->pages_grabbed_upl)); in task_create_internal()
H A Dsmr.c3172 counter_alloc(&smrh->smrsh_count); in smr_shash_init()
/xnu-11417.101.15/bsd/kern/ !
H A Dcounter_test.c90 counter_alloc(&test_scalable_counter);