/Linux-v5.15/drivers/block/null_blk/ |
D | zoned.c | 32 struct nullb_zone *zone) in null_init_zone_lock() 41 struct nullb_zone *zone) in null_lock_zone() 50 struct nullb_zone *zone) in null_unlock_zone() 61 struct nullb_zone *zone; in null_init_zoned_dev() local 192 struct nullb_zone *zone; in null_report_zones() local 237 struct nullb_zone *zone = &dev->zones[null_zone_no(dev, sector)]; in null_zone_valid_read_len() local 252 struct nullb_zone *zone) in __null_close_zone() 282 struct nullb_zone *zone; in null_close_imp_open_zone() local 347 struct nullb_zone *zone) in null_check_zone_resources() 371 struct nullb_zone *zone = &dev->zones[zno]; in null_zone_write() local [all …]
|
/Linux-v5.15/include/linux/ |
D | mmzone.h | 490 struct zone { struct 502 * wasting several GB of ram we must reserve some of the lower zone argument 513 struct pglist_data *zone_pgdat; argument 515 struct per_cpu_zonestat __percpu *per_cpu_zonestats; argument 532 unsigned long zone_start_pfn; argument 535 * spanned_pages is the total pages spanned by the zone, including argument 592 * of pageblock. Protected by zone->lock. argument 610 /* zone flags, see below */ argument 611 unsigned long flags; 614 spinlock_t lock; [all …]
|
D | memory_hotplug.h | 81 static inline unsigned zone_span_seqbegin(struct zone *zone) in zone_span_seqbegin() 85 static inline int zone_span_seqretry(struct zone *zone, unsigned iv) in zone_span_seqretry() 89 static inline void zone_span_writelock(struct zone *zone) in zone_span_writelock() 93 static inline void zone_span_writeunlock(struct zone *zone) in zone_span_writeunlock() 97 static inline void zone_seqlock_init(struct zone *zone) in zone_seqlock_init() 235 static inline unsigned zone_span_seqbegin(struct zone *zone) in zone_span_seqbegin() 239 static inline int zone_span_seqretry(struct zone *zone, unsigned iv) in zone_span_seqretry() 243 static inline void zone_span_writelock(struct zone *zone) {} in zone_span_writelock() 244 static inline void zone_span_writeunlock(struct zone *zone) {} in zone_span_writeunlock() 245 static inline void zone_seqlock_init(struct zone *zone) {} in zone_seqlock_init()
|
D | vmstat.h | 145 static inline void zone_numa_event_add(long x, struct zone *zone, in zone_numa_event_add() 152 static inline unsigned long zone_numa_event_state(struct zone *zone, in zone_numa_event_state() 165 static inline void zone_page_state_add(long x, struct zone *zone, in zone_page_state_add() 207 static inline unsigned long zone_page_state(struct zone *zone, in zone_page_state() 224 static inline unsigned long zone_page_state_snapshot(struct zone *zone, in zone_page_state_snapshot() 243 __count_numa_event(struct zone *zone, enum numa_stat_item item) in __count_numa_event() 251 __count_numa_events(struct zone *zone, enum numa_stat_item item, long delta) in __count_numa_events() 319 static inline void __mod_zone_page_state(struct zone *zone, in __mod_zone_page_state() 342 static inline void __inc_zone_state(struct zone *zone, enum zone_stat_item item) in __inc_zone_state() 354 static inline void __dec_zone_state(struct zone *zone, enum zone_stat_item item) in __dec_zone_state() [all …]
|
D | page-isolation.h | 6 static inline bool has_isolate_pageblock(struct zone *zone) in has_isolate_pageblock() 19 static inline bool has_isolate_pageblock(struct zone *zone) in has_isolate_pageblock()
|
/Linux-v5.15/fs/pstore/ |
D | zone.c | 160 static inline int buffer_datalen(struct pstore_zone *zone) in buffer_datalen() 165 static inline int buffer_start(struct pstore_zone *zone) in buffer_start() 175 static ssize_t psz_zone_read_buffer(struct pstore_zone *zone, char *buf, in psz_zone_read_buffer() 187 static int psz_zone_read_oldbuf(struct pstore_zone *zone, char *buf, in psz_zone_read_oldbuf() 199 static int psz_zone_write(struct pstore_zone *zone, in psz_zone_write() 262 static int psz_flush_dirty_zone(struct pstore_zone *zone) in psz_flush_dirty_zone() 284 struct pstore_zone *zone; in psz_flush_dirty_zones() local 335 struct pstore_zone *zone = NULL; in psz_kmsg_recover_data() local 374 struct pstore_zone *zone; in psz_kmsg_recover_meta() local 481 static int psz_recover_zone(struct psz_context *cxt, struct pstore_zone *zone) in psz_recover_zone() [all …]
|
/Linux-v5.15/drivers/gpu/drm/vmwgfx/ |
D | ttm_memory.c | 84 struct ttm_mem_zone *zone = in ttm_mem_zone_kobj_release() local 96 struct ttm_mem_zone *zone = in ttm_mem_zone_show() local 124 struct ttm_mem_zone *zone = in ttm_mem_zone_store() local 244 struct ttm_mem_zone *zone; in ttm_zones_above_swap_target() local 305 struct ttm_mem_zone *zone = kzalloc(sizeof(*zone), GFP_KERNEL); in ttm_mem_init_kernel_zone() local 337 struct ttm_mem_zone *zone; in ttm_mem_init_highmem_zone() local 373 struct ttm_mem_zone *zone = kzalloc(sizeof(*zone), GFP_KERNEL); in ttm_mem_init_dma32_zone() local 423 struct ttm_mem_zone *zone; in ttm_mem_global_init() local 468 struct ttm_mem_zone *zone; in ttm_mem_global_release() local 488 struct ttm_mem_zone *zone; in ttm_check_swapping() local [all …]
|
/Linux-v5.15/mm/ |
D | page_alloc.c | 152 struct zone *zone; member 572 static int page_outside_zone_boundaries(struct zone *zone, struct page *page) in page_outside_zone_boundaries() 595 static int page_is_consistent(struct zone *zone, struct page *page) in page_is_consistent() 605 static int __maybe_unused bad_range(struct zone *zone, struct page *page) in bad_range() 615 static inline int __maybe_unused bad_range(struct zone *zone, struct page *page) in bad_range() 781 static inline bool set_page_guard(struct zone *zone, struct page *page, in set_page_guard() 799 static inline void clear_page_guard(struct zone *zone, struct page *page, in clear_page_guard() 812 static inline bool set_page_guard(struct zone *zone, struct page *page, in set_page_guard() 814 static inline void clear_page_guard(struct zone *zone, struct page *page, in clear_page_guard() 913 static inline struct capture_control *task_capc(struct zone *zone) in task_capc() [all …]
|
D | vmstat.c | 38 static void zero_zone_numa_counters(struct zone *zone) in zero_zone_numa_counters() 54 struct zone *zone; in zero_zones_numa_counters() local 170 int calculate_pressure_threshold(struct zone *zone) in calculate_pressure_threshold() 194 int calculate_normal_threshold(struct zone *zone) in calculate_normal_threshold() 247 struct zone *zone; in refresh_zone_stat_thresholds() local 290 int (*calculate_pressure)(struct zone *)) in set_pgdat_percpu_threshold() 292 struct zone *zone; in set_pgdat_percpu_threshold() local 314 void __mod_zone_page_state(struct zone *zone, enum zone_stat_item item, in __mod_zone_page_state() 408 void __inc_zone_state(struct zone *zone, enum zone_stat_item item) in __inc_zone_state() 468 void __dec_zone_state(struct zone *zone, enum zone_stat_item item) in __dec_zone_state() [all …]
|
D | compaction.c | 159 static void defer_compaction(struct zone *zone, int order) in defer_compaction() 174 static bool compaction_deferred(struct zone *zone, int order) in compaction_deferred() 197 void compaction_defer_reset(struct zone *zone, int order, in compaction_defer_reset() 211 static bool compaction_restarting(struct zone *zone, int order) in compaction_restarting() 230 static void reset_cached_positions(struct zone *zone) in reset_cached_positions() 257 __reset_isolation_pfn(struct zone *zone, unsigned long pfn, bool check_source, in __reset_isolation_pfn() 331 static void __reset_isolation_suitable(struct zone *zone) in __reset_isolation_suitable() 388 struct zone *zone = &pgdat->node_zones[zoneid]; in reset_isolation_suitable() local 423 struct zone *zone = cc->zone; in update_cached_migrate() local 445 struct zone *zone = cc->zone; in update_pageblock_skip() local [all …]
|
D | memory_hotplug.c | 348 static unsigned long find_smallest_section_pfn(int nid, struct zone *zone, in find_smallest_section_pfn() 369 static unsigned long find_biggest_section_pfn(int nid, struct zone *zone, in find_biggest_section_pfn() 393 static void shrink_zone_span(struct zone *zone, unsigned long start_pfn, in shrink_zone_span() 436 struct zone *zone; in update_pgdat_span() local 461 void __ref remove_pfn_range_from_zone(struct zone *zone, in remove_pfn_range_from_zone() 623 struct zone *zone, struct memory_notify *arg) in node_states_check_changes_online() 653 static void __meminit resize_zone_range(struct zone *zone, unsigned long start_pfn, in resize_zone_range() 692 void __ref move_pfn_range_to_zone(struct zone *zone, unsigned long start_pfn, in move_pfn_range_to_zone() 737 struct zone *zone) in auto_movable_stats_account_zone() 792 struct zone *zone; in auto_movable_can_online_movable() local [all …]
|
D | page_isolation.c | 20 struct zone *zone = page_zone(page); in set_migratetype_isolate() local 69 struct zone *zone; in unset_migratetype_isolate() local 284 struct zone *zone; in test_pages_isolated() local
|
D | page_reporting.c | 114 page_reporting_cycle(struct page_reporting_dev_info *prdev, struct zone *zone, in page_reporting_cycle() 229 struct scatterlist *sgl, struct zone *zone) in page_reporting_process_zone() 282 struct zone *zone; in page_reporting_process() local
|
/Linux-v5.15/drivers/thermal/intel/int340x_thermal/ |
D | int340x_thermal_zone.c | 14 static int int340x_thermal_get_zone_temp(struct thermal_zone_device *zone, in int340x_thermal_get_zone_temp() 43 static int int340x_thermal_get_trip_temp(struct thermal_zone_device *zone, in int340x_thermal_get_trip_temp() 75 static int int340x_thermal_get_trip_type(struct thermal_zone_device *zone, in int340x_thermal_get_trip_type() 108 static int int340x_thermal_set_trip_temp(struct thermal_zone_device *zone, in int340x_thermal_set_trip_temp() 130 static int int340x_thermal_get_trip_hyst(struct thermal_zone_device *zone, in int340x_thermal_get_trip_hyst() 149 static void int340x_thermal_critical(struct thermal_zone_device *zone) in int340x_thermal_critical()
|
/Linux-v5.15/include/net/netfilter/ |
D | nf_conntrack_zones.h | 19 nf_ct_zone_init(struct nf_conntrack_zone *zone, u16 id, u8 dir, u8 flags) in nf_ct_zone_init() 43 const struct nf_conntrack_zone *zone) in nf_ct_zone_add() 50 static inline bool nf_ct_zone_matches_dir(const struct nf_conntrack_zone *zone, in nf_ct_zone_matches_dir() 56 static inline u16 nf_ct_zone_id(const struct nf_conntrack_zone *zone, in nf_ct_zone_id()
|
/Linux-v5.15/drivers/md/ |
D | dm-zoned-metadata.c | 137 struct dm_zone *zone; member 221 static unsigned int dmz_dev_zone_id(struct dmz_metadata *zmd, struct dm_zone *zone) in dmz_dev_zone_id() 229 sector_t dmz_start_sect(struct dmz_metadata *zmd, struct dm_zone *zone) in dmz_start_sect() 236 sector_t dmz_start_block(struct dmz_metadata *zmd, struct dm_zone *zone) in dmz_start_block() 311 struct dm_zone *zone = kzalloc(sizeof(struct dm_zone), GFP_KERNEL); in dmz_insert() local 1377 struct dm_zone *zone; in dmz_init_zone() local 1448 struct dm_zone *zone; in dmz_emulate_zones() local 1475 struct dm_zone *zone = xa_load(&zmd->zones, idx); in dmz_drop_zones() local 1580 struct dm_zone *zone = data; in dmz_update_zone_cb() local 1599 static int dmz_update_zone(struct dmz_metadata *zmd, struct dm_zone *zone) in dmz_update_zone() [all …]
|
D | dm-zoned-target.c | 21 struct dm_zone *zone; member 86 struct dm_zone *zone = bioctx->zone; in dmz_bio_endio() local 116 static int dmz_submit_bio(struct dmz_target *dmz, struct dm_zone *zone, in dmz_submit_bio() 170 static int dmz_handle_read(struct dmz_target *dmz, struct dm_zone *zone, in dmz_handle_read() 251 struct dm_zone *zone, struct bio *bio, in dmz_handle_direct_write() 284 struct dm_zone *zone, struct bio *bio, in dmz_handle_buffered_write() 319 static int dmz_handle_write(struct dmz_target *dmz, struct dm_zone *zone, in dmz_handle_write() 358 static int dmz_handle_discard(struct dmz_target *dmz, struct dm_zone *zone, in dmz_handle_discard() 402 struct dm_zone *zone; in dmz_handle_bio() local
|
/Linux-v5.15/drivers/mtd/ |
D | sm_ftl.c | 192 static loff_t sm_mkoffset(struct sm_ftl *ftl, int zone, int block, int boffset) in sm_mkoffset() 207 int *zone, int *block, int *boffset) in sm_break_offset() 238 int zone, int block, int boffset, in sm_read_sector() 323 int zone, int block, int boffset, in sm_write_sector() 370 int zone, int block, int lba, in sm_write_block() 436 static void sm_mark_block_bad(struct sm_ftl *ftl, int zone, int block) in sm_mark_block_bad() 467 struct ftl_zone *zone = &ftl->zones[zone_num]; in sm_erase_block() local 501 static int sm_check_block(struct sm_ftl *ftl, int zone, int block) in sm_check_block() 754 struct ftl_zone *zone = &ftl->zones[zone_num]; in sm_init_zone() local 882 struct ftl_zone *zone; in sm_get_zone() local [all …]
|
/Linux-v5.15/tools/testing/selftests/bpf/progs/ |
D | btf_dump_test_case_padding.c | 99 struct zone { struct 102 struct zone_padding __pad__; argument 110 struct zone _5; in f() argument
|
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx4/ |
D | alloc.c | 250 struct mlx4_zone_entry *zone = kmalloc(sizeof(*zone), GFP_KERNEL); in mlx4_zone_add_one() local 321 struct mlx4_zone_entry *zone, *tmp; in mlx4_zone_allocator_destroy() local 336 static u32 __mlx4_alloc_from_zone(struct mlx4_zone_entry *zone, int count, in __mlx4_alloc_from_zone() 418 static void __mlx4_free_from_zone(struct mlx4_zone_entry *zone, u32 obj, in __mlx4_free_from_zone() 428 struct mlx4_zone_entry *zone; in __mlx4_find_zone_by_uid() local 440 struct mlx4_zone_entry *zone; in mlx4_zone_get_bitmap() local 456 struct mlx4_zone_entry *zone; in mlx4_zone_remove_one() local 481 struct mlx4_zone_entry *zone, *zone_candidate = NULL; in __mlx4_find_zone_by_uid_unique() local 511 struct mlx4_zone_entry *zone; in mlx4_zone_alloc_entries() local 531 struct mlx4_zone_entry *zone; in mlx4_zone_free_entries() local [all …]
|
/Linux-v5.15/fs/adfs/ |
D | map.c | 159 static int scan_map(struct adfs_sb_info *asb, unsigned int zone, in scan_map() 202 unsigned int zone; in adfs_map_statfs() local 220 unsigned int zone, mapoff; in adfs_map_lookup() local 312 unsigned int zone, zone_size; in adfs_map_layout() local 337 unsigned int zone; in adfs_map_read() local 350 unsigned int zone; in adfs_map_relse() local
|
/Linux-v5.15/kernel/power/ |
D | snapshot.c | 404 struct mem_zone_bm_rtree *zone; member 461 static int add_rtree_block(struct mem_zone_bm_rtree *zone, gfp_t gfp_mask, in add_rtree_block() 537 struct mem_zone_bm_rtree *zone; in create_zone_bm_rtree() local 569 static void free_zone_bm_rtree(struct mem_zone_bm_rtree *zone, in free_zone_bm_rtree() 622 struct zone *zone; in create_mem_extents() local 692 struct mem_zone_bm_rtree *zone; in memory_bm_create() local 721 struct mem_zone_bm_rtree *zone; in memory_bm_free() local 743 struct mem_zone_bm_rtree *curr, *zone; in memory_bm_find_bit() local 947 static void recycle_zone_bm_rtree(struct mem_zone_bm_rtree *zone) in recycle_zone_bm_rtree() 960 struct mem_zone_bm_rtree *zone; in memory_bm_recycle() local [all …]
|
/Linux-v5.15/drivers/thermal/tegra/ |
D | tegra-bpmp-thermal.c | 35 struct tegra_bpmp_thermal_zone *zone = data; in tegra_bpmp_thermal_get_temp() local 63 struct tegra_bpmp_thermal_zone *zone = data; in tegra_bpmp_thermal_set_trips() local 84 struct tegra_bpmp_thermal_zone *zone; in tz_device_update_work_fn() local 182 struct tegra_bpmp_thermal_zone *zone; in tegra_bpmp_thermal_probe() local
|
/Linux-v5.15/fs/btrfs/ |
D | reada.c | 234 struct reada_zone *zone; in reada_find_zone() local 361 struct reada_zone *zone; in reada_find_extent() local 472 struct reada_zone *zone; in reada_find_extent() local 510 struct reada_zone *zone = re->zones[i]; in reada_extent_put() local 518 struct reada_zone *zone = re->zones[i]; in reada_extent_put() local 540 struct reada_zone *zone = container_of(kref, struct reada_zone, refcnt); in reada_zone_release() local 594 static void reada_peer_zones_set_lock(struct reada_zone *zone, int lock) in reada_peer_zones_set_lock() 626 struct reada_zone *zone; in reada_pick_zone() local 873 struct reada_zone *zone; in dump_devs() local
|
/Linux-v5.15/drivers/iio/light/ |
D | lm3533-als.c | 57 atomic_t zone; member 86 static int _lm3533_als_get_zone(struct iio_dev *indio_dev, u8 *zone) in _lm3533_als_get_zone() 104 static int lm3533_als_get_zone(struct iio_dev *indio_dev, u8 *zone) in lm3533_als_get_zone() 124 static inline u8 lm3533_als_get_target_reg(unsigned channel, unsigned zone) in lm3533_als_get_target_reg() 130 unsigned zone, u8 *val) in lm3533_als_get_target() 151 unsigned zone, u8 val) in lm3533_als_set_target() 174 u8 zone; in lm3533_als_get_current() local 251 u8 zone; in lm3533_als_isr() local 431 u8 zone; in store_thresh_either_en() local 470 u8 zone; in show_zone() local
|