Home
last modified time | relevance | path

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

/xnu-8020.101.4/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.c1337 counter_alloc(&(new_task->faults)); in task_create_internal()
1613 counter_alloc(&(new_task->pageins)); in task_create_internal()
1614 counter_alloc(&(new_task->cow_faults)); in task_create_internal()
1615 counter_alloc(&(new_task->messages_sent)); in task_create_internal()
1616 counter_alloc(&(new_task->messages_received)); in task_create_internal()
/xnu-8020.101.4/bsd/kern/
H A Dcounter_test.c90 counter_alloc(&test_scalable_counter);