Lines Matching defs:pointers
445 /* update all of the child parent pointers */
513 /* update all of the child parent pointers */
516 /* all pointers should be clean so we are done */
547 /* Assemble all of the pointers in our cluster, in this case that
548 * represents all of the pointers out of our allocated nodes that
601 /* populate child pointers in new nodes */
618 /* setup the parent pointers into and out of this node */
621 /* all pointers should be clean so we are done */
642 /* Assemble all of the pointers in our cluster, in this case that
643 * represents all of the pointers out of our allocated nodes that
664 /* initialize pointers out of node */
673 /* setup the parent pointers into and out of this node */
676 /* all pointers should be clean so we are done */
2529 unsigned int i, max, pointers, bytes, avdepth;
2553 pointers = 0;
2557 pointers += (1<<i) * stat->nodesizes[i];
2560 seq_printf(seq, "\tPointers: %u\n", pointers);
2562 bytes += sizeof(struct key_vector *) * pointers;