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

/barrelfish-master/lib/lwip/src/core/
H A Dpbuf.c122 typedef struct func_call_list * func_call_list_t; typedef in typeref:struct:func_call_list
127 static void show_list(func_call_list_t list_name)
159 func_call_list_t list_name = pbuf_alloc_calls;
173 func_call_list_t list_name = pbuf_free_calls;
183 static int locate_key(func_call_list_t list_name, char *key)
197 static int add_key(func_call_list_t list_name, char *key)
210 static void increment_stats(func_call_list_t list_name, int idx, int type)
221 static void increment_calls(func_call_list_t list_name, int type,

Completed in 36 milliseconds