Lines Matching refs:pointers
449 /* update all of the child parent pointers */
517 /* update all of the child parent pointers */
520 /* all pointers should be clean so we are done */
551 /* Assemble all of the pointers in our cluster, in this case that
552 * represents all of the pointers out of our allocated nodes that
605 /* populate child pointers in new nodes */
622 /* setup the parent pointers into and out of this node */
625 /* all pointers should be clean so we are done */
646 /* Assemble all of the pointers in our cluster, in this case that
647 * represents all of the pointers out of our allocated nodes that
668 /* initialize pointers out of node */
677 /* setup the parent pointers into and out of this node */
680 /* all pointers should be clean so we are done */
2515 unsigned int i, max, pointers, bytes, avdepth;
2539 pointers = 0;
2543 pointers += (1<<i) * stat->nodesizes[i];
2546 seq_printf(seq, "\tPointers: %u\n", pointers);
2548 bytes += sizeof(struct key_vector *) * pointers;