Home
last modified time | relevance | path

Searched refs:zone_end (Results 1 – 10 of 10) sorted by relevance

/linux/include/trace/events/
H A Dcompaction.h103 unsigned long zone_end, bool sync),
105 TP_ARGS(cc, zone_start, zone_end, sync),
111 __field(unsigned long, zone_end)
119 __entry->zone_end = zone_end;
123 TP_printk("zone_start=0x%lx migrate_pfn=0x%lx free_pfn=0x%lx zone_end=0x%lx, mode=%s",
127 __entry->zone_end,
133 unsigned long zone_end, bool sync,
136 TP_ARGS(cc, zone_start, zone_end, sync, status),
142 __field(unsigned long, zone_end)
[all...]
/linux/drivers/md/
H A Draid0.c54 zone_size = conf->strip_zone[j].zone_end - zone_start; in dump_zones()
59 zone_start = conf->strip_zone[j].zone_end; in dump_zones()
204 zone->zone_end = smallest->sectors * cnt; in create_strip_zones()
206 curr_zone_end = zone->zone_end; in create_strip_zones()
250 zone->zone_end = curr_zone_end; in create_strip_zones()
275 sector_t first_sector = conf->strip_zone[i-1].zone_end; in create_strip_zones()
308 if (sector < z[i].zone_end) { in find_zone()
310 *sectorp = sector - z[i-1].zone_end; in find_zone()
465 if (bio_end_sector(bio) > zone->zone_end) { in raid0_handle_discard()
467 zone->zone_end in raid0_handle_discard()
[all...]
H A Draid0.h6 sector_t zone_end; /* Start of the next zone (in sectors) */ member
H A Draid10.c4309 raid0_conf->strip_zone->zone_end, in raid10_takeover()
H A Draid5.c8642 sectors = raid0_conf->strip_zone[0].zone_end; in raid45_takeover_raid0()
/linux/fs/ntfs3/
H A Dbitmap.c289 ib = wnd->zone_bit == wnd->zone_end || in wnd_add_free_ext()
290 bit < wnd->zone_end ? in wnd_add_free_ext()
292 wnd->zone_end; in wnd_add_free_ext()
300 ib = wnd->zone_bit == wnd->zone_end || in wnd_add_free_ext()
633 if (wnd->zone_bit != wnd->zone_end) { in wnd_rescan()
634 size_t zlen = wnd->zone_end - wnd->zone_bit; in wnd_rescan()
636 wnd->zone_end = wnd->zone_bit; in wnd_rescan()
656 wnd->zone_bit = wnd->zone_end = 0; in wnd_init()
977 zeroes -= wnd->zone_end - wnd->zone_bit; in wnd_find()
988 if (wnd->zone_bit <= hint && hint < wnd->zone_end) in wnd_find()
[all...]
H A Drun.c1090 zone = max(wnd->zone_bit, lcn) < min(wnd->zone_end, lcn + len); in run_unpack_ex()
/linux/tools/perf/scripts/python/
H A Dcompaction-times.py234 common_callchain, zone_start, migrate_start, free_start, zone_end, argument
241 common_callchain, zone_start, migrate_start, free_start, zone_end, argument
/linux/drivers/block/
H A Dzloop.c372 sector_t zone_end; in zloop_rw() local
387 zone_end = zone->start + zlo->zone_capacity; in zloop_rw()
418 if (sector != zone->wp || zone->wp + nr_sectors > zone_end) { in zloop_rw()
436 if (zone->wp == zone_end) in zloop_rw()
/linux/fs/btrfs/
H A Dzoned.c125 u64 zone_end = (zones[i].start + zones[i].capacity) << SECTOR_SHIFT; in sb_write_pointer() local
126 u64 bytenr = ALIGN_DOWN(zone_end, BTRFS_SUPER_INFO_SIZE) - in sb_write_pointer()
839 u64 zone_end = 0; in sb_log_location() local
842 zone_end = zones[1].start + zones[1].capacity; in sb_log_location()
844 zone_end = zones[0].start + zones[0].capacity; in sb_log_location()
845 if (zone_end) in sb_log_location()
846 wp = ALIGN_DOWN(zone_end << SECTOR_SHIFT, in sb_log_location()