| /linux/drivers/block/null_blk/ |
| H A D | zoned.c | 25 struct nullb_zone *zone) in null_init_zone_lock() 34 struct nullb_zone *zone) in null_lock_zone() 43 struct nullb_zone *zone) in null_unlock_zone() 55 struct nullb_zone *zone; in null_init_zoned_dev() local 199 struct nullb_zone *zone; in null_report_zones() local 244 struct nullb_zone *zone = &dev->zones[null_zone_no(dev, sector)]; in null_zone_valid_read_len() local 260 struct nullb_zone *zone; in null_close_imp_open_zone() local 331 struct nullb_zone *zone) in null_check_zone_resources() 355 struct nullb_zone *zone = &dev->zones[zno]; in null_zone_write() local 453 struct nullb_zone *zone) in null_open_zone() [all …]
|
| /linux/fs/pstore/ |
| H A 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/tools/power/cpupower/lib/ |
| H A D | powercap.c | 124 static int sysfs_powercap_get64_val(struct powercap_zone *zone, in sysfs_powercap_get64_val() 146 int powercap_get_max_energy_range_uj(struct powercap_zone *zone, uint64_t *val) in powercap_get_max_energy_range_uj() 151 int powercap_get_energy_uj(struct powercap_zone *zone, uint64_t *val) in powercap_get_energy_uj() 156 int powercap_get_max_power_range_uw(struct powercap_zone *zone, uint64_t *val) in powercap_get_max_power_range_uw() 161 int powercap_get_power_uw(struct powercap_zone *zone, uint64_t *val) in powercap_get_power_uw() 166 int powercap_zone_get_enabled(struct powercap_zone *zone, int *mode) in powercap_zone_get_enabled() 181 int powercap_zone_set_enabled(struct powercap_zone *zone, int mode) in powercap_zone_set_enabled() 188 int powercap_read_zone(struct powercap_zone *zone) in powercap_read_zone() 290 int powercap_walk_zones(struct powercap_zone *zone, in powercap_walk_zones() 291 int (*f)(struct powercap_zone *zone)) in powercap_walk_zones()
|
| /linux/drivers/block/ |
| H A D | zloop.c | 182 struct zloop_zone *zone) in zloop_lru_rotate_open_zone() 193 struct zloop_zone *zone) in zloop_lru_remove_open_zone() 216 struct zloop_zone *zone; in zloop_close_imp_open_zone() local 236 struct zloop_zone *zone, in zloop_open_closed_or_empty_zone() 274 struct zloop_zone *zone, bool explicit) in zloop_do_open_zone() 291 static void zloop_mark_full(struct zloop_device *zlo, struct zloop_zone *zone) in zloop_mark_full() 300 static void zloop_mark_empty(struct zloop_device *zlo, struct zloop_zone *zone) in zloop_mark_empty() 311 struct zloop_zone *zone = &zlo->zones[zone_no]; in zloop_update_seq_zone() local 357 struct zloop_zone *zone = &zlo->zones[zone_no]; in zloop_open_zone() local 382 struct zloop_zone *zone = &zlo->zones[zone_no]; in zloop_close_zone() local [all …]
|
| /linux/include/net/netfilter/ |
| H A 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/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | alloc.c | 250 struct mlx4_zone_entry *zone = kmalloc_obj(*zone); 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_unique() local
|
| /linux/fs/adfs/ |
| H A 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/tools/testing/selftests/net/netfilter/ |
| H A D | conntrack_dump_flush.c | 102 uint16_t zone) in conntrack_data_insert() 146 uint32_t dst_ip, uint16_t zone) in conntrack_data_generate_v4() 180 uint16_t zone) in conntrack_data_generate_v6() 219 static int conntracK_count_zone(struct mnl_socket *sock, uint16_t zone) in conntracK_count_zone() 266 static int conntrack_flush_zone(struct mnl_socket *sock, uint16_t zone) in conntrack_flush_zone()
|
| /linux/drivers/thermal/intel/int340x_thermal/ |
| H A D | int340x_thermal_zone.c | 14 static int int340x_thermal_get_zone_temp(struct thermal_zone_device *zone, in int340x_thermal_get_zone_temp() 41 static int int340x_thermal_set_trip_temp(struct thermal_zone_device *zone, in int340x_thermal_set_trip_temp() 60 static void int340x_thermal_critical(struct thermal_zone_device *zone) in int340x_thermal_critical()
|
| /linux/drivers/md/ |
| H A 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() 169 static int dmz_handle_read(struct dmz_target *dmz, struct dm_zone *zone, in dmz_handle_read() 250 struct dm_zone *zone, struct bio *bio, in dmz_handle_direct_write() 283 struct dm_zone *zone, struct bio *bio, in dmz_handle_buffered_write() 318 static int dmz_handle_write(struct dmz_target *dmz, struct dm_zone *zone, in dmz_handle_write() 357 static int dmz_handle_discard(struct dmz_target *dmz, struct dm_zone *zone, in dmz_handle_discard() 401 struct dm_zone *zone; in dmz_handle_bio() local
|
| /linux/mm/ |
| H A D | debug_page_alloc.c | 35 bool __set_page_guard(struct zone *zone, struct page *page, unsigned int order) in __set_page_guard() 47 void __clear_page_guard(struct zone *zone, struct page *page, unsigned int order) in __clear_page_guard()
|
| H A D | hugetlb_vmemmap.c | 496 static struct page *vmemmap_get_tail(unsigned int order, struct zone *zone) in vmemmap_get_tail() 789 struct zone *zone; in pfn_to_zone() local 806 struct zone *zone = NULL; in hugetlb_vmemmap_init_late() local 873 struct zone *zone; in hugetlb_vmemmap_init() local
|
| /linux/tools/testing/vma/linux/ |
| H A D | mmzone.h | 29 struct zone { struct 34 struct zone node_zones[MAX_NR_ZONES]; argument
|
| /linux/tools/testing/memblock/linux/ |
| H A D | mmzone.h | 29 struct zone { struct 34 struct zone node_zones[MAX_NR_ZONES]; argument
|
| /linux/net/openvswitch/ |
| H A D | conntrack.c | 63 struct nf_conntrack_zone zone; member 90 u16 zone; member 199 const struct nf_conntrack_zone *zone, in __ovs_ct_update_key() argument 247 const struct nf_conntrack_zone *zone = &nf_ct_zone_dflt; in ovs_ct_update_key() local 445 u16 zone, in in ovs_ct_handle_fragments() argument 490 ovs_ct_find_existing(struct net * net,const struct nf_conntrack_zone * zone,u8 l3num,struct sk_buff * skb,bool natted) ovs_ct_find_existing() argument 873 ct_limit_hash_bucket(const struct ovs_ct_limit_info * info,u16 zone) ct_limit_hash_bucket() argument 899 ct_limit_del(const struct ovs_ct_limit_info * info,u16 zone) ct_limit_del() argument 916 ct_limit_get(const struct ovs_ct_limit_info * info,u16 zone) ct_limit_get() argument 1672 u16 zone; ovs_ct_limit_set_zone_limit() local 1716 u16 zone; ovs_ct_limit_del_zone_limit() local 1783 u16 zone; ovs_ct_limit_get_zone_limit() local [all...] |
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | btf_dump_test_case_padding.c | 86 struct zone { struct 89 struct zone_padding __pad__; argument
|
| /linux/virt/kvm/ |
| H A D | coalesced_mmio.c | 123 struct kvm_coalesced_mmio_zone *zone) in kvm_vm_ioctl_register_coalesced_mmio() 158 struct kvm_coalesced_mmio_zone *zone) in kvm_vm_ioctl_unregister_coalesced_mmio()
|
| H A D | coalesced_mmio.h | 22 struct kvm_coalesced_mmio_zone zone; member
|
| /linux/include/uapi/linux/netfilter/ |
| H A D | xt_CT.h | 21 __u16 zone; member 32 __u16 zone; member
|
| /linux/fs/zonefs/ |
| H A D | super.c | 192 struct blk_zone *zone) in zonefs_check_zone_condition() 250 static int zonefs_io_error_cb(struct blk_zone *zone, unsigned int idx, in zonefs_io_error_cb() 259 static void zonefs_handle_io_error(struct inode *inode, struct blk_zone *zone, in zonefs_handle_io_error() 372 struct blk_zone zone; in __zonefs_io_error() local 857 static int zonefs_get_zone_info_cb(struct blk_zone *zone, unsigned int idx, in zonefs_get_zone_info_cb() 945 struct blk_zone *zone, *next, *end; in zonefs_init_zgroup() local
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | tc_conntrack.h | 20 u16 zone; member 48 struct efx_tc_ct_zone *zone; member
|
| /linux/include/linux/ |
| H A D | dtpm.h | 16 struct powercap_zone zone; member 55 static inline struct dtpm *to_dtpm(struct powercap_zone *zone) in to_dtpm()
|
| /linux/include/uapi/linux/tc_act/ |
| H A D | tc_connmark.h | 10 __u16 zone; member
|
| /linux/drivers/hwmon/ |
| H A D | scpi-hwmon.c | 67 struct scpi_thermal_zone *zone = thermal_zone_device_priv(tz); in scpi_read_temp() local 267 struct scpi_thermal_zone *zone; in scpi_hwmon_probe() local
|
| /linux/include/net/tc_act/ |
| H A D | tc_connmark.h | 9 u16 zone; member
|