Lines Matching refs:node
157 struct hlist_bl_node *node;
163 node = entry->e_hash_list.next;
165 node = hlist_bl_first(head);
166 while (node) {
167 entry = hlist_bl_entry(node, struct mb_cache_entry,
173 node = node->next;
225 struct hlist_bl_node *node;
231 hlist_bl_for_each_entry(entry, node, head, e_hash_list) {
252 struct hlist_bl_node *node;
258 hlist_bl_for_each_entry(entry, node, head, e_hash_list) {