Searched defs:counter_arc (Results 1 - 1 of 1) sorted by relevance

/external/oprofile/libop/
H A Dop_alloc_counter.c28 typedef struct counter_arc { struct
33 } counter_arc; typedef in typeref:struct:counter_arc
59 counter_arc * arc =
60 xmalloc(sizeof(counter_arc));
91 counter_arc * arc = list_entry(pos, counter_arc, next);
143 counter_arc const * arc = list_entry(pos, counter_arc, next);

Completed in 79 milliseconds