Searched refs:counter_alloc (Results 1 – 5 of 5) 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
1510 counter_alloc(&(new_task->faults)); in task_create_internal()1829 counter_alloc(&(new_task->pageins)); in task_create_internal()1830 counter_alloc(&(new_task->cow_faults)); in task_create_internal()1831 counter_alloc(&(new_task->messages_sent)); in task_create_internal()1832 counter_alloc(&(new_task->messages_received)); in task_create_internal()
3172 counter_alloc(&smrh->smrsh_count); in smr_shash_init()
90 counter_alloc(&test_scalable_counter);