Lines Matching refs:pointers
450 /* update all of the child parent pointers */
518 /* update all of the child parent pointers */
521 /* all pointers should be clean so we are done */
552 /* Assemble all of the pointers in our cluster, in this case that
553 * represents all of the pointers out of our allocated nodes that
606 /* populate child pointers in new nodes */
623 /* setup the parent pointers into and out of this node */
626 /* all pointers should be clean so we are done */
647 /* Assemble all of the pointers in our cluster, in this case that
648 * represents all of the pointers out of our allocated nodes that
669 /* initialize pointers out of node */
678 /* setup the parent pointers into and out of this node */
681 /* all pointers should be clean so we are done */
2557 unsigned int i, max, pointers, bytes, avdepth;
2581 pointers = 0;
2585 pointers += (1<<i) * stat->nodesizes[i];
2588 seq_printf(seq, "\tPointers: %u\n", pointers);
2590 bytes += sizeof(struct key_vector *) * pointers;