Searched refs:counter_alloc (Results 1 – 4 of 4) sorted by relevance
142 extern void counter_alloc(struct generic_counter_t *);200 extern void counter_alloc(counter_t *); \
79 counter_alloc(scalable_counter_t *counter) in counter_alloc() function86 counter_alloc(atomic_counter_t *counter) in counter_alloc() function
1337 counter_alloc(&(new_task->faults)); in task_create_internal()1621 counter_alloc(&(new_task->pageins)); in task_create_internal()1622 counter_alloc(&(new_task->cow_faults)); in task_create_internal()1623 counter_alloc(&(new_task->messages_sent)); in task_create_internal()1624 counter_alloc(&(new_task->messages_received)); in task_create_internal()
90 counter_alloc(&test_scalable_counter);