Lines Matching refs:node
38 n1 = e1->node;
39 n2 = e2->node;
59 n = src->node;
73 dst->node = new;
114 struct ebitmap_node *e_iter = ebmap->node;
193 ebmap->node = e_iter;
229 n1 = e1->node;
230 n2 = e2->node;
269 n = e->node;
284 n = e->node;
298 /* drop this node from the bitmap */
313 e->node = n->next;
333 /* this node will be the highest map within the bitmap */
340 new->next = e->node;
341 e->node = new;
354 n = e->node;
362 e->node = NULL;
397 e->node = NULL;
438 e->node = tmp;
511 /* write the last node */
522 /* set up for the next node */
528 /* write the last node */
532 /* write the last node */
548 struct ebitmap_node *node;
552 for (node = e->node; node; node = node->next) {
553 hash = jhash_1word(node->startbit, hash);
554 hash = jhash(node->maps, sizeof(node->maps), hash);