Lines Matching defs:out
92 goto out;
128 out:
261 * figure out number of bits we need to shift and
410 * true if device is marked "out" (failed, fully offloaded)
436 * @out: pointer to output vector
438 * @out_size: size of the out vector
454 int *out, int outpos,
485 /* keep trying until we get a non-out, non-colliding item */
547 if (out[i] == item) {
586 /* out? */
625 out[outpos] = item;
648 int *out, int outpos,
671 out[rep] = CRUSH_ITEM_UNDEF;
681 dprintk(" %d", out[rep]);
692 if (out[rep] != CRUSH_ITEM_UNDEF)
732 out[rep] = CRUSH_ITEM_NONE;
751 out[rep] = CRUSH_ITEM_NONE;
765 if (out[i] == item) {
795 /* out? */
801 out[rep] = item;
808 if (out[rep] == CRUSH_ITEM_UNDEF) {
809 out[rep] = CRUSH_ITEM_NONE;
823 dprintk(" %d", out[rep]);