Searched refs:list_name (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/lib/lwip/src/core/
H A Dpbuf.c127 static void show_list(func_call_list_t list_name) argument
132 if (i == 0 || list_name[i].stats[0] == 1 ) {
133 printf("%4d %-35s ", i, (i == 0)? "TOTAL" :list_name[i].func_name);
137 if (list_name[i].stats[j] == 0) {
139 if (list_name[i].stats[k] != 0) {
148 printf(" %7"PRIu64" ", list_name[i].stats[j]);
159 func_call_list_t list_name = pbuf_alloc_calls; local
160 pbuf_alloc_TX_packets = list_name[0].stats[3];
161 pbuf_alloc_RX_packets = list_name[0].stats[4];
166 show_list(list_name);
173 func_call_list_t list_name = pbuf_free_calls; local
183 locate_key(func_call_list_t list_name, char *key) argument
197 add_key(func_call_list_t list_name, char *key) argument
210 increment_stats(func_call_list_t list_name, int idx, int type) argument
221 increment_calls(func_call_list_t list_name, int type, const char *func_name, int line_no) argument
[all...]

Completed in 27 milliseconds