Lines Matching refs:targets
101 * highs, and targets are managed as dynamic arrays during a
124 t->targets = n_targets;
192 /* free the targets */
475 prev = &t->targets[t->num_targets - 1];
579 * two or more targets, the size of each piece it gets split into must
658 dm_device_name(t->md), t->targets->type->name);
664 ti = t->targets + t->num_targets;
845 /* Ensure that all targets support DAX. */
907 * The targets can work either way.
928 BUG_ON(!request_based); /* No targets in this table */
935 * To support multiple targets, request splitting support is needed,
940 DMERR("request-based DM doesn't support multiple targets");
988 !dm_target_is_immutable(t->targets[0].type))
991 return t->targets;
1492 return &t->targets[(KEYS_PER_NODE * n) + k];
1633 * Check consistency of zoned model and zone sectors across all targets. For
1792 * so we need to use iterate_devices here, which targets
2003 * them as well. Only targets that support iterate_devices are considered:
2013 * to the entropy pool, Only request-based targets use this.