Searched defs:table (Results 1 – 3 of 3) sorted by relevance
/scripts/include/ |
A D | hashtable.h | 16 #define hash_head(table, key) (&(table)[(key) % HASH_SIZE(table)]) argument 33 #define hash_init(table) __hash_init(table, HASH_SIZE(table)) argument 41 #define hash_add(table, node, key) \ argument 59 #define hash_for_each(table, obj, member) \ argument 71 #define hash_for_each_safe(table, obj, tmp, member) \ argument 83 #define hash_for_each_possible(table, obj, member, key) \ argument 95 #define hash_for_each_possible_safe(table, obj, tmp, member, key) \ argument
|
/scripts/mod/ |
A D | symsearch.c | 27 struct syminfo table[]; member 69 struct syminfo *table, in symsearch_populate() 113 static void symsearch_fixup(struct syminfo *table, unsigned int table_size) in symsearch_fixup() 159 struct syminfo *table = elf->symsearch->table; in symsearch_find_nearest() local
|
/scripts/ |
A D | kallsyms.c | 57 static struct sym_entry **table; variable
|
Completed in 6 milliseconds