Lines Matching refs:hashtab_node
52 int __hashtab_insert(struct hashtab *h, struct hashtab_node **dst, void *key,
55 struct hashtab_node *newnode;
72 struct hashtab_node *cur, *temp;
93 struct hashtab_node *cur;
112 struct hashtab_node *cur;
141 int (*copy)(struct hashtab_node *new,
142 const struct hashtab_node *orig, void *args),
145 const struct hashtab_node *orig_cur;
146 struct hashtab_node *cur, *tmp, *tail;
198 hashtab_node_cachep = KMEM_CACHE(hashtab_node, SLAB_PANIC);