Lines Matching refs:inplace_mode
243 enum inplace_mode {
282 * @inplace_mode: whether and how to operate on the data in-place, if applicable
299 enum inplace_mode inplace_mode;
325 .inplace_mode = INPLACE_ONE_SGLIST,
329 .inplace_mode = INPLACE_TWO_SGLISTS,
333 .inplace_mode = OUT_OF_PLACE,
361 .inplace_mode = OUT_OF_PLACE,
379 .inplace_mode = INPLACE_ONE_SGLIST,
779 cfg->inplace_mode != OUT_OF_PLACE ?
792 if (cfg->inplace_mode == INPLACE_ONE_SGLIST) {
797 if (cfg->inplace_mode == INPLACE_TWO_SGLISTS) {
1091 cfg->inplace_mode = OUT_OF_PLACE;
1094 cfg->inplace_mode = INPLACE_ONE_SGLIST;
1098 cfg->inplace_mode = INPLACE_TWO_SGLISTS;
1136 if (cfg->inplace_mode == OUT_OF_PLACE && prandom_bool(rng)) {
2198 enc || cfg->inplace_mode == OUT_OF_PLACE);