···290290 * @type: the type of item to choose291291 * @out: pointer to output vector292292 * @outpos: our position in that vector293293- * @recurse_to_leaf: true if we want one device under each item of given type293293+ * @tries: number of attempts to make294294+ * @recurse_tries: number of attempts to have recursive chooseleaf make295295+ * @local_tries: localized retries296296+ * @local_fallback_tries: localized fallback retries297297+ * @recurse_to_leaf: true if we want one device under each item of given type (chooseleaf instead of choose)294298 * @out2: second output vector for leaf items (if @recurse_to_leaf)295299 */296300static int crush_choose_firstn(const struct crush_map *map,