Searched refs:zone_end (Results 1 – 5 of 5) sorted by relevance
| /linux/include/trace/events/ |
| H A D | compaction.h | 103 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; 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) 151 __entry->zone_end = zone_end; 160 __entry->zone_end,
|
| /linux/fs/ntfs3/ |
| H A D | bitmap.c | 289 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 …]
|
| /linux/drivers/md/ |
| H A D | raid0.h | 6 sector_t zone_end; /* Start of the next zone (in sectors) */ member
|
| /linux/tools/perf/scripts/python/ |
| H A D | compaction-times.py | 234 common_callchain, zone_start, migrate_start, free_start, zone_end, argument 241 common_callchain, zone_start, migrate_start, free_start, zone_end, argument
|
| /linux/fs/btrfs/ |
| H A D | zoned.c | 130 u64 zone_end = (zones[i].start + zones[i].capacity) << SECTOR_SHIFT; in sb_write_pointer() local 131 u64 bytenr = ALIGN_DOWN(zone_end, BTRFS_SUPER_INFO_SIZE) - in sb_write_pointer() 855 u64 zone_end = 0; in sb_log_location() local 858 zone_end = zones[1].start + zones[1].capacity; in sb_log_location() 860 zone_end = zones[0].start + zones[0].capacity; in sb_log_location() 861 if (zone_end) in sb_log_location() 862 wp = ALIGN_DOWN(zone_end << SECTOR_SHIFT, in sb_log_location()
|