Home
last modified time | relevance | path

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

/linux-4.4.14/include/trace/events/
Dcompaction.h161 unsigned long free_pfn, unsigned long zone_end, bool sync),
163 TP_ARGS(zone_start, migrate_pfn, free_pfn, zone_end, sync),
169 __field(unsigned long, zone_end)
177 __entry->zone_end = zone_end;
185 __entry->zone_end,
191 unsigned long free_pfn, unsigned long zone_end, bool sync,
194 TP_ARGS(zone_start, migrate_pfn, free_pfn, zone_end, sync, status),
200 __field(unsigned long, zone_end)
209 __entry->zone_end = zone_end;
218 __entry->zone_end,
/linux-4.4.14/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-4.4.14/drivers/md/
Draid0.c65 zone_size = conf->strip_zone[j].zone_end - zone_start; in dump_zones()
71 zone_start = conf->strip_zone[j].zone_end; in dump_zones()
216 zone->zone_end = smallest->sectors * cnt; in create_strip_zones()
218 curr_zone_end = zone->zone_end; in create_strip_zones()
262 zone->zone_end = curr_zone_end; in create_strip_zones()
292 if (sector < z[i].zone_end) { in find_zone()
294 *sectorp = sector - z[i-1].zone_end; in find_zone()
Draid0.h5 sector_t zone_end; /* Start of the next zone (in sectors) */ member
Draid10.c3851 raid0_conf->strip_zone->zone_end, in raid10_takeover()
Draid5.c7631 sectors = raid0_conf->strip_zone[0].zone_end; in raid45_takeover_raid0()
/linux-4.4.14/kernel/power/
Dsnapshot.c521 unsigned long zone_start, zone_end; in create_mem_extents() local
525 zone_end = zone_end_pfn(zone); in create_mem_extents()
531 if (&ext->hook == list || zone_end < ext->start) { in create_mem_extents()
541 new_ext->end = zone_end; in create_mem_extents()
549 if (zone_end > ext->end) in create_mem_extents()
550 ext->end = zone_end; in create_mem_extents()
555 if (zone_end < cur->start) in create_mem_extents()
557 if (zone_end < cur->end) in create_mem_extents()
/linux-4.4.14/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-4.4.14/mm/
Dpage_alloc.c297 unsigned long pfn, unsigned long zone_end, in update_defer_init() argument
301 if (zone_end < pgdat_end_pfn(pgdat)) in update_defer_init()
330 unsigned long pfn, unsigned long zone_end, in update_defer_init() argument