Home
last modified time | relevance | path

Searched full:zones (Results 1 – 25 of 534) sorted by relevance

12345678910>>...22

/freebsd/usr.sbin/zonectl/
H A Dzonectl.865 using SMR zones.
74 The host is not required to manage the zones on the drive, though.
76 Preferred zones, but the host can write randomly in those zones.
83 The host is required to access the zones according to the rules described
88 SMR drives are divided into zones (typically in the range of 256MB each)
92 These are also known as Non Write Pointer zones.
93 These zones can be randomly written without an unexpected performance penalty.
95 These zones should be written sequentially starting at the write pointer
101 These zones mus
[all...]
/freebsd/contrib/unbound/services/
H A Dlocalzone.h2 * services/localzone.h - local zones authority service.
113 * Authoritative local zones storage, shared.
209 * Create local zones storage
215 * Delete local zones storage
216 * @param zones: to delete.
218 void local_zones_delete(struct local_zones* zones);
223 * @param zones: is set up.
227 int local_zones_apply_cfg(struct local_zones* zones, struct config_file* cfg);
255 * @param zones: the zones tre
[all...]
H A Dlocalzone.c2 * services/localzone.c - local zones authority service.
86 void local_zones_print(struct local_zones* zones) in local_zones_print() argument
89 lock_rw_rdlock(&zones->lock); in local_zones_print()
90 log_info("number of auth zones %u", (unsigned)zones->ztree.count); in local_zones_print()
91 RBTREE_FOR(z, struct local_zone*, &zones->ztree) { in local_zones_print()
94 lock_rw_unlock(&zones->lock); in local_zones_print()
100 struct local_zones* zones = (struct local_zones*)calloc(1, in local_zones_create() local
101 sizeof(*zones)); in local_zones_create()
102 if(!zones) in local_zones_create()
120 local_zones_delete(struct local_zones * zones) local_zones_delete() argument
211 lz_enter_zone_dname(struct local_zones * zones,uint8_t * nm,size_t len,int labs,enum localzone_type t,uint16_t c) lz_enter_zone_dname() argument
246 lz_enter_zone(struct local_zones * zones,const char * name,const char * type,uint16_t dclass) lz_enter_zone() argument
639 lz_enter_rr_str(struct local_zones * zones,const char * rr) lz_enter_rr_str() argument
668 lz_enter_zone_tag(struct local_zones * zones,char * zname,uint8_t * list,size_t len,uint16_t rr_class) lz_enter_zone_tag() argument
702 lz_enter_override(struct local_zones * zones,char * zname,char * netblock,char * type,uint16_t rr_class) lz_enter_override() argument
785 lz_enter_zones(struct local_zones * zones,struct config_file * cfg) lz_enter_zones() argument
806 lz_exists(struct local_zones * zones,const char * name) lz_exists() argument
847 add_empty_default(struct local_zones * zones,struct config_file * cfg,const char * name) add_empty_default() argument
872 local_zone_enter_defaults(struct local_zones * zones,struct config_file * cfg) local_zone_enter_defaults() argument
975 lz_enter_overrides(struct local_zones * zones,struct config_file * cfg) lz_enter_overrides() argument
1011 lz_init_parents(struct local_zones * zones) lz_init_parents() argument
1028 lz_setup_implicit(struct local_zones * zones,struct config_file * cfg) lz_setup_implicit() argument
1149 lz_enter_zone_tags(struct local_zones * zones,struct config_file * cfg) lz_enter_zone_tags() argument
1165 lz_enter_data(struct local_zones * zones,struct config_file * cfg) lz_enter_data() argument
1188 local_zones_apply_cfg(struct local_zones * zones,struct config_file * cfg) local_zones_apply_cfg() argument
1223 local_zones_lookup(struct local_zones * zones,uint8_t * name,size_t len,int labs,uint16_t dclass,uint16_t dtype) local_zones_lookup() argument
1231 local_zones_tags_lookup(struct local_zones * zones,uint8_t * name,size_t len,int labs,uint16_t dclass,uint16_t dtype,uint8_t * taglist,size_t taglen,int ignoretags) local_zones_tags_lookup() argument
1269 local_zones_find(struct local_zones * zones,uint8_t * name,size_t len,int labs,uint16_t dclass) local_zones_find() argument
1283 local_zones_find_le(struct local_zones * zones,uint8_t * name,size_t len,int labs,uint16_t dclass,int * exact) local_zones_find_le() argument
1835 local_zones_answer(struct local_zones * zones,struct module_env * env,struct query_info * qinfo,struct edns_data * edns,sldns_buffer * buf,struct regional * temp,struct comm_reply * repinfo,uint8_t * taglist,size_t taglen,uint8_t * tagactions,size_t tagactionssize,struct config_strlist ** tag_datas,size_t tag_datas_size,char ** tagname,int num_tags,struct view * view) local_zones_answer() argument
2030 local_zones_add_zone(struct local_zones * zones,uint8_t * name,size_t len,int labs,uint16_t dclass,enum localzone_type tp) local_zones_add_zone() argument
2065 local_zones_del_zone(struct local_zones * zones,struct local_zone * z) local_zones_del_zone() argument
2080 local_zones_add_RR(struct local_zones * zones,const char * rr) local_zones_add_RR() argument
2164 local_zones_del_data(struct local_zones * zones,uint8_t * name,size_t len,int labs,uint16_t dclass) local_zones_del_data() argument
[all...]
H A Dauthzone.h70 * Authoritative zones, shared.
136 /** RPZ zones */
477 * Create auth zones structure
482 * Apply configuration to auth zones. Reads zonefiles.
483 * @param az: auth zones structure
485 * @param setup: if true, also sets up values in the auth zones structure
496 * @param az: auth zones structure
503 * Cleanup auth zones. This removes all events from event bases.
505 * @param az: auth zones structure.
510 * Delete auth zones structur
[all...]
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_alloc.c226 struct mlx4_zone_allocator *zones = kmalloc(sizeof(*zones), GFP_KERNEL); in mlx4_zone_allocator_create() local
228 if (NULL == zones) in mlx4_zone_allocator_create()
231 INIT_LIST_HEAD(&zones->entries); in mlx4_zone_allocator_create()
232 INIT_LIST_HEAD(&zones->prios); in mlx4_zone_allocator_create()
233 spin_lock_init(&zones->lock); in mlx4_zone_allocator_create()
234 zones->last_uid = 0; in mlx4_zone_allocator_create()
235 zones->mask = 0; in mlx4_zone_allocator_create()
236 zones->flags = flags; in mlx4_zone_allocator_create()
238 return zones; in mlx4_zone_allocator_create()
428 struct mlx4_zone_allocator *zones, u32 uid) in __mlx4_find_zone_by_uid() argument
[all …]
H A Dmlx4_qp.c240 *base = mlx4_zone_alloc_entries(qp_table->zones, uid, cnt, align, in __mlx4_qp_reserve_range()
282 mlx4_zone_free_entries_unique(qp_table->zones, base_qpn, cnt); in __mlx4_qp_release_range()
536 qp_table->zones = mlx4_zone_allocator_create(MLX4_ZONE_ALLOC_FLAGS_NO_OVERLAP); in mlx4_create_zones()
538 if (NULL == qp_table->zones) in mlx4_create_zones()
557 err = mlx4_zone_add_one(qp_table->zones, *bitmap + MLX4_QP_TABLE_ZONE_GENERAL, in mlx4_create_zones()
576 err = mlx4_zone_add_one(qp_table->zones, *bitmap + MLX4_QP_TABLE_ZONE_RSS, in mlx4_create_zones()
672 /* Add an empty bitmap, we'll allocate from different zones (since in mlx4_create_zones()
686 err = mlx4_zone_add_one(qp_table->zones, *bitmap + k, in mlx4_create_zones()
708 mlx4_zone_allocator_destroy(qp_table->zones); in mlx4_create_zones()
716 if (qp_table->zones) { in mlx4_cleanup_qp_zones()
[all …]
/freebsd/tests/sys/cddl/zfs/tests/zones/
H A Dzones_test.sh38 . $(atf_get_srcdir)/zones.cfg
47 . $(atf_get_srcdir)/zones.cfg
64 . $(atf_get_srcdir)/zones.cfg
73 . $(atf_get_srcdir)/zones.cfg
90 . $(atf_get_srcdir)/zones.cfg
99 . $(atf_get_srcdir)/zones.cfg
116 . $(atf_get_srcdir)/zones.cfg
125 . $(atf_get_srcdir)/zones.cfg
142 . $(atf_get_srcdir)/zones.cfg
151 . $(atf_get_srcdir)/zones.cfg
H A Dzones.cfg27 # Variables we'll use to name our zones
28 # The first two zones are created by setup,
33 # These zones are created and destroyed by zones_003_pos - or cleanup.
70 log_note "zones.cfg gave us new zone names $ZONE,$ZONE2,$ZONE3,$ZONE4"
H A Dsetup.ksh28 . ${STF_SUITE}/tests/zones/zones_common.kshlib
56 # Now make sure those zones are visible
60 log_pass "Setup created zones $ZONE and $ZONE2"
/freebsd/usr.sbin/bsdconfig/timezone/share/
H A Dmenus.subr64 # Required variables [created by f_read_zones from zones.subr]:
67 # Number of zones for the country represented by *, the 2-
70 # zones the country has.
92 # Menu-list of countries/zones for each continent represented by
95 # For countries that have multiple zones, this is the submenu-
96 # list of zones for said country represented by *, the 2-
114 # Be careful to count those countries which have multiple zones
127 # Country has no zones
140 # Country has one or more zones
205 # Dump the submenus of countries with multiple zones
H A Dcountries.subr35 # nzones Number of zones within the country (-1 if country has
42 # multiple zones (nzones > 0).
44 # multiple zones (nzones > 0).
46 # multiple zones (nzones > 0)
/freebsd/share/man/man9/
H A Dzone.9133 dynamically-sized collections of items of identical size, referred to as zones.
134 Zones keep track of which items are in use and which
137 Zones maintain per-CPU caches with linear scalability on SMP
144 Two types of zones exist: regular zones and cache zones.
149 slabs and keeping track of their usage by one or more zones.
151 multiple zones.
153 Normal zones import items from a keg, and release items back to that keg if
155 Cache zones do not have a keg, and instead use custom import and release
349 Zones can be destroyed using
466 functions reclaim cached items from UMA zones, releasing unused memory.
[all …]
/freebsd/sys/sys/
H A Ddisk_zone.h52 * its capacity using SMR zones. Sequential writes will yield better
58 * is not required to manage the zones on the drive, though. Sequential
60 * zones, but the host can write randomly in those zones.
64 * commands. The host is required to access the zones according to the
101 * Report Zones header. All of these values are passed out.
117 * Report Zones entry. Note that the zone types, conditions, and flags
/freebsd/sys/contrib/device-tree/Bindings/thermal/
H A Dthermal.txt5 A thermal structure includes thermal zones and their components,
21 - thermal zones: used to describe thermal data within the hardware;
28 thermal zones. Typical devices are I2C ADC converters and bandgaps. These are
29 nodes providing temperature data to thermal zones. Thermal sensor devices may
181 * The thermal-zones node
183 The "thermal-zones" node is a container for all thermal zone nodes. It shall
184 contain only sub-nodes describing thermal zones as in the section
185 "Thermal zone nodes". The "thermal-zones" node appears under "/".
247 thermal-zones {
301 The example below describes how to deploy several thermal zones based off a
[all …]
H A Dthermal-zones.yaml5 $id: http://devicetree.org/schemas/thermal/thermal-zones.yaml#
15 and the software abstraction of cooling devices and thermal zones required to
22 - thermal-zones: a container of the following node types used to describe all
25 This binding describes the thermal-zones.
42 const: thermal-zones
44 A /thermal-zones node is required in order to use the thermal framework to
45 manage input from the various thermal zones in the system in order to
277 thermal-zones {
H A Dthermal-sensor.yaml15 and the software abstraction of thermal zones required to take appropriate
22 - thermal-zones: a container of the following node types used to describe all
28 zones. Typical devices are I2C ADC converters and bandgaps. Thermal sensor
H A Dzx2967-thermal.txt13 Please note: slope coefficient defined in thermal-zones section need to be
42 Example for thermal zones:
44 thermal-zones {
/freebsd/contrib/tzdata/
H A Dchecknow.awk8 zones[data] = zones[data] " " zone
37 printf "zones %s and %s identical from now on\n", zone, zone2
48 printf "Zone table should have one of:%s\n", zones[data]
/freebsd/sys/dev/drm2/ttm/
H A Dttm_memory.c136 zone = glob->zones[i]; in ttm_zones_above_swap_target()
207 glob->zones[glob->num_zones++] = zone; in ttm_mem_init_kernel_zone()
243 glob->zones[glob->num_zones++] = zone; in ttm_mem_init_dma32_zone()
271 zone = glob->zones[i]; in ttm_mem_global_init()
296 zone = glob->zones[i]; in ttm_mem_global_release()
312 zone = glob->zones[i]; in ttm_check_swapping()
335 zone = glob->zones[i]; in ttm_mem_global_free_zone()
360 zone = glob->zones[i]; in ttm_mem_global_reserve()
373 zone = glob->zones[i]; in ttm_mem_global_reserve()
415 * all zones. in ttm_mem_global_alloc()
H A Dttm_memory.h57 * @zones: Array of pointers to accounting zones.
58 * @num_zones: Number of populated entries in the @zones array.
75 struct ttm_mem_zone *zones[TTM_MEM_MAX_ZONES]; member
/freebsd/tools/test/stress2/misc/
H A Duma_zalloc_arg.sh116 + * causes it to ignore malloc zones, nonzero causes it
117 + * to inject failures for malloc zones regardless of
266 + "zones which remain unaffected.");
271 + "With debug.fail_point.malloc, CSV list of zones exclusively affected. "
272 + "With an empty whitelist, all zones but those on the blacklist"
279 + "list of zones which remain unaffected.");
284 + "With debug.fail_point.uma_zalloc_arg, CSV list of zones exclusively "
285 + "affected. With an empty whitelist, all zones but those on the blacklist"
/freebsd/sbin/camcontrol/
H A Dcamcontrol.82252 using SMR zones.
2261 The host is not required to manage the zones on the drive, though.
2263 Preferred zones, but the host can write randomly in those zones.
2270 The host is required to access the zones according to the rules described
2275 SMR drives are divided into zones (typically in the range of 256MB each)
2279 These are also known as Non Write Pointer zones.
2280 These zones can be randomly written without an unexpected performance penalty.
2282 These zones should be written sequentially starting at the write pointer
2288 These zones must be written sequentially.
2297 Issue the Report Zones command.
[all …]
/freebsd/sys/vm/
H A Duma_int.h42 * The brief summary; Zones describe unique allocation types. Zones are
47 * with one or more zones and zones reference one or more kegs. Kegs provide
87 * Kegs may serve multiple Zones but by far most of the time they only serve
95 * safely only from their associated CPU, while the Zones backed by the same
98 * multiple Zones, one of the Zones is considered the Primary Zone and all
202 * Only zones with memory not touchable by the allocator use the
336 LIST_HEAD(,uma_zone) uk_zones; /* Keg's zones */
393 * HASH and OFFPAGE zones.
484 LIST_ENTRY(uma_zone) uz_link; /* List of all zones in keg */
505 * based on NCPU and then allocate the space for the zones.
[all …]
/freebsd/contrib/unbound/doc/
H A Dunbound.conf.5489 TCP transport only for selected forward or stub zones using forward-tcp-upstream
505 configure TLS specifically for some forward zones with forward\-tls\-upstream. And also with stub\…
684 zones to a resolver DNS server, but only supports stub domains and
818 types of local zones.
905 Require DNSSEC data for trust\-anchored zones, if such data is absent,
928 and the zones are signed. This enforces DNSSEC validation on nameserver
940 validate the zone. Default is no. Zone signers must produce zones
1273 mechanism work with zones that perform regular (non\-5011) rollovers.
1296 .B unblock\-lan\-zones: \fI<yes or no>
1301 only localhost, 127.0.0.1 reverse and ::1 reverse zones are configured
[all …]
/freebsd/contrib/unbound/util/
H A Das112.h2 * util/as112.c - list of local zones.
39 * This file provides a list of lan zones
46 * Array of text-format domain names of the AS112 zones.

12345678910>>...22