| /freebsd-13.1/contrib/unbound/services/ |
| H A D | localzone.c | 89 lock_rw_rdlock(&zones->lock); in local_zones_print() 94 lock_rw_unlock(&zones->lock); in local_zones_print() 101 sizeof(*zones)); in local_zones_create() 102 if(!zones) in local_zones_create() 105 lock_rw_init(&zones->lock); in local_zones_create() 106 lock_protect(&zones->lock, &zones->ztree, sizeof(zones->ztree)); in local_zones_create() 108 return zones; in local_zones_create() 122 if(!zones) in local_zones_delete() 127 free(zones); in local_zones_delete() 222 lock_rw_wrlock(&zones->lock); in lz_enter_zone_dname() [all …]
|
| H A D | localzone.h | 216 void local_zones_delete(struct local_zones* zones); 265 struct local_zone* local_zones_tags_lookup(struct local_zones* zones, 281 struct local_zone* local_zones_lookup(struct local_zones* zones, 289 void local_zones_print(struct local_zones* zones); 322 int local_zones_answer(struct local_zones* zones, struct module_env* env, 375 struct local_zone* local_zones_find(struct local_zones* zones, 390 local_zones_find_le(struct local_zones* zones, 406 struct local_zone* local_zones_add_zone(struct local_zones* zones, 426 int local_zones_add_RR(struct local_zones* zones, const char* rr); 437 void local_zones_del_data(struct local_zones* zones, [all …]
|
| H A D | rpz.c | 1117 lock_rw_wrlock(&zones->lock); in rpz_find_zone() 1119 lock_rw_rdlock(&zones->lock); in rpz_find_zone() 1126 lock_rw_unlock(&zones->lock); in rpz_find_zone() 1136 lock_rw_unlock(&zones->lock); in rpz_find_zone() 1150 lock_rw_unlock(&zones->lock); in rpz_find_zone() 1158 lock_rw_unlock(&zones->lock); in rpz_find_zone() 1169 lock_rw_wrlock(&zones->lock); in rpz_find_zone() 1171 lock_rw_rdlock(&zones->lock); in rpz_find_zone() 1174 z = local_zones_find_le(zones, wc, in rpz_find_zone() 1177 lock_rw_unlock(&zones->lock); in rpz_find_zone() [all …]
|
| /freebsd-13.1/tests/sys/cddl/zfs/tests/zones/ |
| H A D | zones_test.sh | 40 . $(atf_get_srcdir)/zones.cfg 49 . $(atf_get_srcdir)/zones.cfg 66 . $(atf_get_srcdir)/zones.cfg 75 . $(atf_get_srcdir)/zones.cfg 92 . $(atf_get_srcdir)/zones.cfg 101 . $(atf_get_srcdir)/zones.cfg 118 . $(atf_get_srcdir)/zones.cfg 127 . $(atf_get_srcdir)/zones.cfg 144 . $(atf_get_srcdir)/zones.cfg 153 . $(atf_get_srcdir)/zones.cfg
|
| H A D | zones.cfg | 29 # ident "@(#)zones.cfg 1.5 08/08/15 SMI" 32 # Variables we'll use to name our zones 33 # The first two zones are created by setup, 38 # These zones are created and destroyed by zones_003_pos - or cleanup. 75 log_note "zones.cfg gave us new zone names $ZONE,$ZONE2,$ZONE3,$ZONE4"
|
| H A D | zones_common.kshlib | 33 . $STF_SUITE/tests/zones/zones.cfg
|
| H A D | Makefile | 6 TESTSDIR=${TESTSBASE}/sys/cddl/zfs/tests/zones 14 ${PACKAGE}FILES+= zones.cfg
|
| H A D | zones_002_pos.ksh | 33 . ${STF_SUITE}/tests/zones/zones_common.kshlib
|
| H A D | setup.ksh | 33 . ${STF_SUITE}/tests/zones/zones_common.kshlib
|
| /freebsd-13.1/sys/dev/mlx4/mlx4_core/ |
| H A D | mlx4_alloc.c | 226 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() 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() 445 spin_lock(&zones->lock); in mlx4_zone_get_bitmap() 461 spin_lock(&zones->lock); in mlx4_zone_remove_one() 516 spin_lock(&zones->lock); in mlx4_zone_alloc_entries() 536 spin_lock(&zones->lock); in mlx4_zone_free_entries() [all …]
|
| H A D | mlx4_qp.c | 240 *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() 538 if (NULL == qp_table->zones) 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() 726 mlx4_zone_remove_one(qp_table->zones, qp_table->zones_uids[i]); in mlx4_cleanup_qp_zones() 732 mlx4_zone_allocator_destroy(qp_table->zones); in mlx4_cleanup_qp_zones() [all …]
|
| /freebsd-13.1/sys/dev/drm2/ttm/ |
| H A D | ttm_memory.c | 138 zone = glob->zones[i]; in ttm_zones_above_swap_target() 209 glob->zones[glob->num_zones++] = zone; in ttm_mem_init_kernel_zone() 245 glob->zones[glob->num_zones++] = zone; in ttm_mem_init_dma32_zone() 273 zone = glob->zones[i]; in ttm_mem_global_init() 298 zone = glob->zones[i]; in ttm_mem_global_release() 314 zone = glob->zones[i]; in ttm_check_swapping() 337 zone = glob->zones[i]; in ttm_mem_global_free_zone() 362 zone = glob->zones[i]; in ttm_mem_global_reserve() 375 zone = glob->zones[i]; in ttm_mem_global_reserve()
|
| /freebsd-13.1/usr.sbin/bsdconfig/timezone/share/ |
| H A D | menus.subr | 65 # Required variables [created by f_read_zones from zones.subr]: 68 # Number of zones for the country represented by *, the 2- 71 # zones the country has. 93 # Menu-list of countries/zones for each continent represented by 96 # For countries that have multiple zones, this is the submenu- 97 # list of zones for said country represented by *, the 2- 115 # Be careful to count those countries which have multiple zones 128 # Country has no zones 141 # Country has one or more zones 206 # Dump the submenus of countries with multiple zones
|
| H A D | countries.subr | 36 # nzones Number of zones within the country (-1 if country has 43 # multiple zones (nzones > 0). 45 # multiple zones (nzones > 0). 47 # multiple zones (nzones > 0)
|
| H A D | Makefile | 5 zones.subr
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/thermal/ |
| H A D | zx2967-thermal.txt | 13 Please note: slope coefficient defined in thermal-zones section need to be 42 Example for thermal zones: 44 thermal-zones {
|
| H A D | thermal-sensor.yaml | 15 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 D | thermal.txt | 5 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 181 * The thermal-zones node 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 { 320 thermal-zones { 410 to different thermal zones. This is achieved by means of using the 448 thermal-zones { [all …]
|
| H A D | thermal-zones.yaml | 5 $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 258 thermal-zones {
|
| H A D | thermal-cooling-devices.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 90 thermal-zones {
|
| /freebsd-13.1/contrib/unbound/daemon/ |
| H A D | remote.c | 1209 lock_rw_wrlock(&zones->lock); in perform_zone_add() 1217 lock_rw_unlock(&zones->lock); in perform_zone_add() 1222 lock_rw_unlock(&zones->lock); in perform_zone_add() 1226 lock_rw_unlock(&zones->lock); in perform_zone_add() 1268 lock_rw_wrlock(&zones->lock); in perform_zone_remove() 1274 lock_rw_unlock(&zones->lock); in perform_zone_remove() 1377 local_zones_del_data(zones, nm, in perform_data_remove() 2766 lock_rw_rdlock(&zones->lock); in do_list_local_zones() 2779 lock_rw_unlock(&zones->lock); in do_list_local_zones() 2791 lock_rw_rdlock(&zones->lock); in do_list_local_data() [all …]
|
| /freebsd-13.1/contrib/tzdata/ |
| H A D | CONTRIBUTING | 22 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-13.1/usr.sbin/tzsetup/ |
| H A D | tzsetup.c | 313 TAILQ_HEAD(, zone) zones; /* use iff nzones > 0 */ 419 TAILQ_INIT(&cp->zones); in add_zone_to_country() 428 TAILQ_INSERT_TAIL(&cp->zones, zp, link); in add_zone_to_country() 551 TAILQ_FOREACH(zp, &cp->zones, link) { in make_menus() 553 for (zp2 = TAILQ_FIRST(&cp->zones); in make_menus() 602 TAILQ_FOREACH(zp, &cp->zones, link) { in make_menus() 611 for (zp2 = TAILQ_FIRST(&cp->zones); in make_menus()
|
| /freebsd-13.1/contrib/tzcode/zic/ |
| H A D | zic.c | 266 static struct zone * zones; variable 591 outzone(&zones[i], j - i); 763 zp = &zones[i]; in associate() 773 zp = &zones[i]; in associate() 781 zp = &zones[i]; in associate() 992 if (zones[i].z_name != NULL && 996 strlen(zones[i].z_filename))); 1000 zones[i].z_filename, 1001 zones[i].z_linenum); 1091 zones = (struct zone *) (void *) erealloc((char *) zones, [all …]
|
| /freebsd-13.1/contrib/unbound/doc/ |
| H A D | FEATURES | 14 Forwarding and stub zones. 50 RFC 6303: default local zones. 51 It is possible to block zones or return an address for localhost.
|