Searched refs:region (Results 1 – 15 of 15) sorted by relevance
/include/linux/ |
D | dm-dirty-log.h | 57 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);
|
D | dm-region-hash.h | 51 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);
|
D | dm-io.h | 81 struct dm_io_region *region, unsigned long *sync_error_bits);
|
D | memblock.h | 354 #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++)
|
D | ipack.h | 102 struct ipack_region region[IPACK_SPACE_COUNT]; member
|
D | ioport.h | 190 #define rename_region(region, newname) do { (region)->name = (newname); } while (0) argument
|
D | pci.h | 773 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, ®ion, &pdev->resource[bar]); in pci_bus_address() 1124 return region.start; in pci_bus_address()
|
D | firewire.h | 349 const struct fw_address_region *region);
|
D | fb.h | 274 void (*fb_copyarea) (struct fb_info *info, const struct fb_copyarea *region);
|
/include/uapi/drm/ |
D | i915_drm.h | 366 int region; member 373 int region; member 378 int region; member 387 int region; member
|
D | radeon_drm.h | 731 int region; member 738 int region; member 743 int region; member
|
/include/trace/events/ |
D | sched.h | 913 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/ |
D | omap3isp.h | 227 struct omap3isp_hist_region region[OMAP3ISP_HIST_MAX_REGIONS]; member
|
D | ethtool.h | 965 __u32 region; member
|
/include/linux/mfd/ |
D | cros_ec_commands.h | 886 uint32_t region; /* enum ec_flash_region */ member
|