Home
last modified time | relevance | path

Searched refs:region (Results 1 – 15 of 15) sorted by relevance

/include/linux/
Ddm-dirty-log.h57 int (*is_clean)(struct dm_dirty_log *log, region_t region);
70 int (*in_sync)(struct dm_dirty_log *log, region_t region,
85 void (*mark_region)(struct dm_dirty_log *log, region_t region);
86 void (*clear_region)(struct dm_dirty_log *log, region_t region);
100 int (*get_resync_work)(struct dm_dirty_log *log, region_t *region);
108 region_t region, int in_sync);
129 int (*is_remote_recovering)(struct dm_dirty_log *log, region_t region);
Ddm-region-hash.h51 sector_t dm_rh_region_to_sector(struct dm_region_hash *rh, region_t region);
64 int dm_rh_get_state(struct dm_region_hash *rh, region_t region, int may_block);
65 void dm_rh_set_state(struct dm_region_hash *rh, region_t region,
76 void dm_rh_dec(struct dm_region_hash *rh, region_t region);
Ddm-io.h81 struct dm_io_region *region, unsigned long *sync_error_bits);
Dmemblock.h354 #define for_each_memblock(memblock_type, region) \ argument
355 for (region = memblock.memblock_type.regions; \
356 region < (memblock.memblock_type.regions + memblock.memblock_type.cnt); \
357 region++)
Dipack.h102 struct ipack_region region[IPACK_SPACE_COUNT]; member
Dioport.h190 #define rename_region(region, newname) do { (region)->name = (newname); } while (0) argument
Dpci.h773 void pcibios_resource_to_bus(struct pci_bus *bus, struct pci_bus_region *region,
776 struct pci_bus_region *region);
1121 struct pci_bus_region region; in pci_bus_address() local
1123 pcibios_resource_to_bus(pdev->bus, &region, &pdev->resource[bar]); in pci_bus_address()
1124 return region.start; in pci_bus_address()
Dfirewire.h349 const struct fw_address_region *region);
Dfb.h274 void (*fb_copyarea) (struct fb_info *info, const struct fb_copyarea *region);
/include/uapi/drm/
Di915_drm.h366 int region; member
373 int region; member
378 int region; member
387 int region; member
Dradeon_drm.h731 int region; member
738 int region; member
743 int region; member
/include/trace/events/
Dsched.h913 int payoff, int region),
915 TP_ARGS(nrg_delta, cap_delta, nrg_gain, cap_gain, payoff, region),
923 __field( int, region )
932 __entry->region = region;
938 __entry->payoff, __entry->region)
/include/uapi/linux/
Domap3isp.h227 struct omap3isp_hist_region region[OMAP3ISP_HIST_MAX_REGIONS]; member
Dethtool.h965 __u32 region; member
/include/linux/mfd/
Dcros_ec_commands.h886 uint32_t region; /* enum ec_flash_region */ member