Home
last modified time | relevance | path

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

/Linux-v4.19/include/trace/events/
Dcompaction.h107 unsigned long free_pfn, unsigned long zone_end, bool sync),
109 TP_ARGS(zone_start, migrate_pfn, free_pfn, zone_end, sync),
115 __field(unsigned long, zone_end)
123 __entry->zone_end = zone_end;
131 __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-v4.19/fs/ntfs/
Dlcnalloc.c151 LCN zone_start, zone_end, bmp_pos, bmp_initial_pos, last_read_pos, lcn; in ntfs_cluster_alloc() local
233 zone_end = vol->mft_zone_end; in ntfs_cluster_alloc()
239 zone_end = vol->nr_clusters; in ntfs_cluster_alloc()
242 zone_end = vol->mft_zone_start; in ntfs_cluster_alloc()
264 (unsigned long long)zone_end, in ntfs_cluster_alloc()
304 while (lcn < buf_size && lcn + bmp_pos < zone_end) { in ntfs_cluster_alloc()
501 if (bmp_pos < zone_end) { in ntfs_cluster_alloc()
505 (unsigned long long)zone_end); in ntfs_cluster_alloc()
516 zone_end = zone_start; in ntfs_cluster_alloc()
531 if (zone_end < zone_start) in ntfs_cluster_alloc()
[all …]
/Linux-v4.19/drivers/md/
Draid0.c75 zone_size = conf->strip_zone[j].zone_end - zone_start; in dump_zones()
80 zone_start = conf->strip_zone[j].zone_end; in dump_zones()
226 zone->zone_end = smallest->sectors * cnt; in create_strip_zones()
228 curr_zone_end = zone->zone_end; in create_strip_zones()
272 zone->zone_end = curr_zone_end; in create_strip_zones()
302 if (sector < z[i].zone_end) { in find_zone()
304 *sectorp = sector - z[i-1].zone_end; in find_zone()
481 if (bio_end_sector(bio) > zone->zone_end) { in raid0_handle_discard()
483 zone->zone_end - bio->bi_iter.bi_sector, GFP_NOIO, in raid0_handle_discard()
488 end = zone->zone_end; in raid0_handle_discard()
[all …]
Draid0.h6 sector_t zone_end; /* Start of the next zone (in sectors) */ member
Draid10.c4092 raid0_conf->strip_zone->zone_end, in raid10_takeover()
Draid5.c8082 sectors = raid0_conf->strip_zone[0].zone_end; in raid45_takeover_raid0()
/Linux-v4.19/kernel/power/
Dsnapshot.c596 unsigned long zone_start, zone_end; in create_mem_extents() local
600 zone_end = zone_end_pfn(zone); in create_mem_extents()
606 if (&ext->hook == list || zone_end < ext->start) { in create_mem_extents()
616 new_ext->end = zone_end; in create_mem_extents()
624 if (zone_end > ext->end) in create_mem_extents()
625 ext->end = zone_end; in create_mem_extents()
630 if (zone_end < cur->start) in create_mem_extents()
632 if (zone_end < cur->end) in create_mem_extents()
/Linux-v4.19/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
/Linux-v4.19/mm/
Dpage_alloc.c313 unsigned long pfn, unsigned long zone_end, in update_defer_init() argument
317 if (zone_end < pgdat_end_pfn(pgdat)) in update_defer_init()
335 unsigned long pfn, unsigned long zone_end, in update_defer_init() argument