Lines Matching +full:dynamic +full:- +full:range
1 /* SPDX-License-Identifier: GPL-2.0-only */
20 * struct dax_region - mapping infrastructure for dax devices
21 * @id: kernel-wide unique region for a memory range
22 * @target_node: effective numa node if this memory range is onlined
50 * struct dev_dax - instance data for a subdivision of a dax region, and
52 * @region - parent region
53 * @dax_dev - core dax functionality
54 * @target_node: effective numa node if dev_dax memory range is onlined
55 * @dyn_id: is this a dynamic or statically created instance
58 * @dev - device core
59 * @pgmap - pgmap for memmap setup / lifetime (driver owned)
61 * @ranges: resource-span + pgoff tuples for the instance
77 struct range range; member