Lines Matching full:bucket
2217 * starting at the given bucket. */
2333 * A bucket linked list is passed in. Upon completion,
2334 * there is only one bucket (pointed to by master) that
2338 * Each bucket initially has a linked list of file contexts
2342 * Buckets are merged until there is only one bucket left,
2350 /* Loop until master is the only bucket left.
2357 * bucket will be left alone, which corresponds
2358 * to the operation of merging it with an empty bucket. */
2367 /* Free the (now empty) second bucket.
2369 * in the bucket because it has been
2370 * shifted over to the first bucket. */
2678 /* Create the bucket linked list from the node linked list. */
2692 /* Place each node into a bucket. */
2697 /* Detach the node in the bucket from the old list. */
2700 /* If we need another bucket, add one to the end. */
2714 /* Sort the bucket list. */