Go to the documentation of this file.
17 #include <linux/types.h>
36 static void noop(
void *
p);
45 void (*
delete) (
void *))
56 hash_tab->
delete =
delete ==
NULL ? noop :
delete;
79 if (hash_tab !=
NULL) {
129 dst = (
char *)elem->
data;
131 for (i = 0; i < hash_tab->
val_size; i++)
148 static void noop(
void *
p)
153 #ifdef CONFIG_TIDSPBRIDGE_BACKTRACE
168 if (hash_tab && hash_tab->
buckets)