Home
last modified time | relevance | path

Searched refs:zones (Results 1 – 25 of 332) sorted by relevance

12345678910>>...14

/freebsd/contrib/unbound/services/
H A Dlocalzone.c86 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()
104 rbtree_init(&zones->ztree, &local_zone_cmp); in local_zones_create()
105 lock_rw_init(&zones->lock); in local_zones_create()
[all …]
H A Dlocalzone.h218 void local_zones_delete(struct local_zones* zones);
227 int local_zones_apply_cfg(struct local_zones* zones, struct config_file* cfg);
267 struct local_zone* local_zones_tags_lookup(struct local_zones* zones,
283 struct local_zone* local_zones_lookup(struct local_zones* zones,
291 void local_zones_print(struct local_zones* zones);
324 int local_zones_answer(struct local_zones* zones, struct module_env* env,
377 struct local_zone* local_zones_find(struct local_zones* zones,
392 local_zones_find_le(struct local_zones* zones,
408 struct local_zone* local_zones_add_zone(struct local_zones* zones,
418 void local_zones_del_zone(struct local_zones* zones, struct local_zone* zone);
[all …]
H A Drpz.c1171 rpz_find_zone(struct local_zones* zones, uint8_t* qname, size_t qname_len, uint16_t qclass, in rpz_find_zone() argument
1182 lock_rw_wrlock(&zones->lock); in rpz_find_zone()
1184 lock_rw_rdlock(&zones->lock); in rpz_find_zone()
1186 z = local_zones_find_le(zones, qname, qname_len, in rpz_find_zone()
1191 lock_rw_unlock(&zones->lock); in rpz_find_zone()
1201 lock_rw_unlock(&zones->lock); in rpz_find_zone()
1215 lock_rw_unlock(&zones->lock); in rpz_find_zone()
1223 lock_rw_unlock(&zones->lock); in rpz_find_zone()
1234 lock_rw_wrlock(&zones->lock); in rpz_find_zone()
1236 lock_rw_rdlock(&zones->lock); in rpz_find_zone()
[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()
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()
723 mlx4_zone_get_bitmap(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 Dzones_common.kshlib28 . $STF_SUITE/tests/zones/zones.cfg
H A DMakefile4 TESTSDIR=${TESTSBASE}/sys/cddl/zfs/tests/zones
12 ${PACKAGE}FILES+= zones.cfg
H A Dzones_002_pos.ksh28 . ${STF_SUITE}/tests/zones/zones_common.kshlib
H A Dsetup.ksh28 . ${STF_SUITE}/tests/zones/zones_common.kshlib
/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
H A DCONTRIBUTING22 such as renaming, adding or removing zones, please read
24 <https://www.iana.org/time-zones/repository/theory.html>.
35 <https://www.iana.org/time-zones> or the main branch of the development
/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()
/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)
H A DMakefile3 zones.subr
/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dtzdb.h43 vector<time_zone> zones; member
73 if (auto __it = ranges::lower_bound(zones, __name, {}, &time_zone::name); in __find_in_zone()
74 __it != zones.end() && __it->name() == __name) in __find_in_zone()
/freebsd/sys/contrib/device-tree/Bindings/thermal/
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 {
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 …]
/freebsd/usr.sbin/tzsetup/
H A Dtzsetup.c280 TAILQ_HEAD(, zone) zones;
383 TAILQ_FOREACH(zp, &cp->zones, link) { in add_cont_to_country()
401 TAILQ_INIT(&cp->zones); in add_zone_to_country()
414 TAILQ_INSERT_TAIL(&cp->zones, zp, link); in add_zone_to_country()
563 TAILQ_FOREACH(zp, &cp->zones, link) { in dump_zonetab()
588 TAILQ_FOREACH(zp, &cp->zones, link) { in make_menus()
590 for (zp2 = TAILQ_FIRST(&cp->zones); in make_menus()
636 TAILQ_FOREACH(zp, &cp->zones, link) { in make_menus()
645 for (zp2 = TAILQ_FIRST(&cp->zones); in make_menus()
/freebsd/contrib/unbound/daemon/
H A Dremote.c1209 perform_zone_add(RES* ssl, struct local_zones* zones, char* arg) in perform_zone_add() argument
1226 lock_rw_wrlock(&zones->lock); in perform_zone_add()
1227 if((z=local_zones_find(zones, nm, nmlen, in perform_zone_add()
1234 lock_rw_unlock(&zones->lock); in perform_zone_add()
1237 if(!local_zones_add_zone(zones, nm, nmlen, in perform_zone_add()
1239 lock_rw_unlock(&zones->lock); in perform_zone_add()
1243 lock_rw_unlock(&zones->lock); in perform_zone_add()
1249 do_zone_add(RES* ssl, struct local_zones* zones, char* arg) in do_zone_add() argument
1251 if(!perform_zone_add(ssl, zones, arg)) in do_zone_add()
1286 perform_zone_remove(RES* ssl, struct local_zones* zones, char* arg) in perform_zone_remove() argument
[all …]
/freebsd/contrib/tzcode/
H A DCONTRIBUTING22 such as renaming, adding or removing zones, please read
24 <https://www.iana.org/time-zones/repository/theory.html>.
35 <https://www.iana.org/time-zones> or the main branch of the development
/freebsd/contrib/unbound/doc/
H A DFEATURES14 Forwarding and stub zones.
50 RFC 6303: default local zones.
51 It is possible to block zones or return an address for localhost.
/freebsd/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-am64-thermal.dtsi5 thermal_zones: thermal-zones {

12345678910>>...14