Home
last modified time | relevance | path

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

/Linux-v5.10/include/trace/events/
Dcompaction.h108 unsigned long free_pfn, unsigned long zone_end, bool sync),
110 TP_ARGS(zone_start, migrate_pfn, free_pfn, zone_end, sync),
116 __field(unsigned long, zone_end)
124 __entry->zone_end = zone_end;
132 __entry->zone_end,
138 unsigned long free_pfn, unsigned long zone_end, bool sync,
141 TP_ARGS(zone_start, migrate_pfn, free_pfn, zone_end, sync, status),
147 __field(unsigned long, zone_end)
156 __entry->zone_end = zone_end;
165 __entry->zone_end,
/Linux-v5.10/fs/ntfs/
Dlcnalloc.c137 LCN zone_start, zone_end, bmp_pos, bmp_initial_pos, last_read_pos, lcn; in ntfs_cluster_alloc() local
219 zone_end = vol->mft_zone_end; in ntfs_cluster_alloc()
225 zone_end = vol->nr_clusters; in ntfs_cluster_alloc()
228 zone_end = vol->mft_zone_start; in ntfs_cluster_alloc()
250 (unsigned long long)zone_end, in ntfs_cluster_alloc()
290 while (lcn < buf_size && lcn + bmp_pos < zone_end) { in ntfs_cluster_alloc()
487 if (bmp_pos < zone_end) { in ntfs_cluster_alloc()
491 (unsigned long long)zone_end); in ntfs_cluster_alloc()
502 zone_end = zone_start; in ntfs_cluster_alloc()
517 if (zone_end < zone_start) in ntfs_cluster_alloc()
[all …]
/Linux-v5.10/drivers/md/
Draid0.c56 zone_size = conf->strip_zone[j].zone_end - zone_start; in dump_zones()
61 zone_start = conf->strip_zone[j].zone_end; in dump_zones()
223 zone->zone_end = smallest->sectors * cnt; in create_strip_zones()
225 curr_zone_end = zone->zone_end; in create_strip_zones()
269 zone->zone_end = curr_zone_end; in create_strip_zones()
299 if (sector < z[i].zone_end) { in find_zone()
301 *sectorp = sector - z[i-1].zone_end; in find_zone()
445 if (bio_end_sector(bio) > zone->zone_end) { in raid0_handle_discard()
447 zone->zone_end - bio->bi_iter.bi_sector, GFP_NOIO, in raid0_handle_discard()
452 end = zone->zone_end; in raid0_handle_discard()
[all …]
Draid0.h6 sector_t zone_end; /* Start of the next zone (in sectors) */ member
Draid10.c4037 raid0_conf->strip_zone->zone_end, in raid10_takeover()
Draid5.c8390 sectors = raid0_conf->strip_zone[0].zone_end; in raid45_takeover_raid0()
/Linux-v5.10/kernel/power/
Dsnapshot.c593 unsigned long zone_start, zone_end; in create_mem_extents() local
597 zone_end = zone_end_pfn(zone); in create_mem_extents()
603 if (&ext->hook == list || zone_end < ext->start) { in create_mem_extents()
613 new_ext->end = zone_end; in create_mem_extents()
621 if (zone_end > ext->end) in create_mem_extents()
622 ext->end = zone_end; in create_mem_extents()
627 if (zone_end < cur->start) in create_mem_extents()
629 if (zone_end < cur->end) in create_mem_extents()
/Linux-v5.10/tools/perf/scripts/python/
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