Searched refs:zone (Results 1 - 25 of 218) sorted by relevance

123456789

/freebsd-current/cddl/compat/opensolaris/include/
H A Dzone.h5 #include <sys/zone.h>
/freebsd-current/contrib/tzdata/
H A Dchecknow.awk5 function record_zone(zone, data) {
6 if (zone) {
7 zone_data[zone] = data
8 zones[data] = zones[data] " " zone
15 record_zone(zone, data)
16 zone = $0
17 sub(/.*\.dir\//, "", zone)
18 sub(/\/\//, "/", zone)
19 sub(/"/, "", zone)
24 record_zone(zone, dat
[all...]
/freebsd-current/sys/dev/drm2/ttm/
H A Dttm_memory.c49 static void ttm_mem_zone_kobj_release(struct ttm_mem_zone *zone) argument
53 zone->name, (unsigned long long)zone->used_mem >> 10);
54 free(zone, M_TTM_ZONE);
59 static ssize_t ttm_mem_zone_show(struct ttm_mem_zone *zone;
65 mtx_lock(&zone->glob->lock);
67 val = zone->zone_mem;
69 val = zone->emer_mem;
71 val = zone->max_mem;
73 val = zone
132 struct ttm_mem_zone *zone; local
194 struct ttm_mem_zone *zone; local
214 struct ttm_mem_zone *zone; local
252 struct ttm_mem_zone *zone; local
286 struct ttm_mem_zone *zone; local
308 struct ttm_mem_zone *zone; local
331 struct ttm_mem_zone *zone; local
356 struct ttm_mem_zone *zone; local
429 struct ttm_mem_zone *zone = NULL; local
444 struct ttm_mem_zone *zone = NULL; local
[all...]
/freebsd-current/lib/libc/gen/
H A Dtimezone.c49 static char czone[TZ_MAX_CHARS]; /* space for zone name */
52 __timezone_compat(int zone, int dst) argument
69 return(_tztab(zone,dst)); /* default: table or created zone */
73 static struct zone { struct
98 * check static tables or create a new zone name; broken out so that
99 * we can make a guess as to what the zone is if the standard tables
104 _tztab(int zone, int dst) argument
106 struct zone *zp;
110 if (zp->offset == zone) {
[all...]
/freebsd-current/sys/vm/
H A Duma.h49 /* Opaque type used as a handle to the zone */
102 * The initializer is called when the memory is cached in the uma zone.
113 * zone's cache.
120 * This routine is called when memory leaves a zone and is returned to the
126 * Import new memory into a cache zone.
132 * Free memory from a cache zone.
158 * Create a new uma zone
161 * name The text name of the zone for debugging and stats. This memory
162 * should not be freed until the zone has been deallocated.
171 * flags A set of parameters that control the behavior of the zone
365 uma_zalloc(uma_zone_t zone, int flags) argument
371 uma_zalloc_pcpu(uma_zone_t zone, int flags) argument
406 uma_zfree(uma_zone_t zone, void *item) argument
412 uma_zfree_pcpu(uma_zone_t zone, void *item) argument
[all...]
H A Duma_core.c41 * The basic ideas stem from similar slab/zone based allocators whose algorithms
115 * This is the zone and keg from which all zones are spawned.
133 * One zone is for slab headers that can represent a larger number of items,
134 * making the slabs themselves more efficient, and the other zone is for
147 * The initial hash tables come out of this zone so they can be allocated
212 * This structure is passed as the zone ctor arg so that I don't have to create
231 uma_zone_t zone; member in struct:uma_kctor_args
294 static void bucket_cache_reclaim(uma_zone_t zone, bool, int);
301 static inline void item_dtor(uma_zone_t zone, void *item, int size,
304 static void zone_free_bucket(uma_zone_t zone, uma_bucket_
464 bucket_alloc(uma_zone_t zone, void *udata, int flags) argument
514 bucket_free(uma_zone_t zone, uma_bucket_t bucket, void *udata) argument
546 kasan_mark_item_valid(uma_zone_t zone, void *item) argument
568 kasan_mark_item_invalid(uma_zone_t zone, void *item) argument
636 kmsan_mark_item_uninitialized(uma_zone_t zone, void *item) argument
692 zone_domain_lock(uma_zone_t zone, int domain) argument
713 zone_domain_lowest(uma_zone_t zone, int pref) argument
741 zone_domain_highest(uma_zone_t zone, int pref) argument
791 zone_fetch_bucket(uma_zone_t zone, uma_zone_domain_t zdom, bool reclaim) argument
858 zone_put_bucket(uma_zone_t zone, int domain, uma_bucket_t bucket, void *udata, const bool ws) argument
1048 cache_fetch_bucket(uma_zone_t zone, uma_cache_t cache, int domain) argument
1078 zone_log_warning(uma_zone_t zone) argument
1090 zone_maxaction(uma_zone_t zone) argument
1171 zone_timeout(uma_zone_t zone, void *unused) argument
1345 bucket_drain(uma_zone_t zone, uma_bucket_t bucket) argument
1389 cache_drain(uma_zone_t zone) argument
1427 cache_shrink(uma_zone_t zone, void *unused) argument
1440 cache_drain_safe_cpu(uma_zone_t zone, void *unused) argument
1484 pcpu_cache_drain_safe(uma_zone_t zone) argument
1517 bucket_cache_reclaim_domain(uma_zone_t zone, bool drain, bool trim, int domain) argument
1572 bucket_cache_reclaim(uma_zone_t zone, bool drain, int domain) argument
1711 zone_reclaim(uma_zone_t zone, int domain, int waitok, bool drain) argument
1753 keg_alloc_slab(uma_keg_t keg, uma_zone_t zone, int domain, int flags, int aflags) argument
1874 startup_alloc(uma_zone_t zone, vm_size_t bytes, int domain, uint8_t *pflag, int wait) argument
1942 page_alloc(uma_zone_t zone, vm_size_t bytes, int domain, uint8_t *pflag, int wait) argument
1954 pcpu_page_alloc(uma_zone_t zone, vm_size_t bytes, int domain, uint8_t *pflag, int wait) argument
2019 noobj_alloc(uma_zone_t zone, vm_size_t bytes, int domain, uint8_t *flags, int wait) argument
2073 contig_alloc(uma_zone_t zone, vm_size_t bytes, int domain, uint8_t *pflag, int wait) argument
2436 uma_zone_t zone; local
2556 zone_kva_available(uma_zone_t zone, void *unused) argument
2577 zone_alloc_counters(uma_zone_t zone, void *unused) argument
2587 zone_alloc_sysctl(uma_zone_t zone, void *unused) argument
2774 zone_count(uma_zone_t zone, void *arg) argument
2790 zone_update_caches(uma_zone_t zone) argument
2812 uma_zone_t zone = mem; local
3005 uma_zone_t zone; local
3049 uma_zone_t zone; local
3238 uma_kcreate(uma_zone_t zone, size_t size, uma_init uminit, uma_fini fini, int align, uint32_t flags) argument
3385 uma_zdestroy(uma_zone_t zone) argument
3401 uma_zwait(uma_zone_t zone) argument
3413 uma_zalloc_pcpu_arg(uma_zone_t zone, void *udata, int flags) argument
3440 uma_zfree_pcpu_arg(uma_zone_t zone, void *pcpu_item, void *udata) argument
3457 item_ctor(uma_zone_t zone, int uz_flags, int size, void *udata, int flags, void *item) argument
3493 item_dtor(uma_zone_t zone, void *item, int size, void *udata, enum zfreeskip skip) argument
3538 uma_zalloc_debug(uma_zone_t zone, void **itemp, void *udata, int flags) argument
3615 uma_zfree_debug(uma_zone_t zone, void *item, void *udata) argument
3636 cache_alloc_item(uma_zone_t zone, uma_cache_t cache, uma_cache_bucket_t bucket, void *udata, int flags) argument
3650 cache_alloc_retry(uma_zone_t zone, uma_cache_t cache, void *udata, int flags) argument
3676 uma_zalloc_smr(uma_zone_t zone, int flags) argument
3703 uma_zalloc_arg(uma_zone_t zone, void *udata, int flags) argument
3751 cache_alloc(uma_zone_t zone, uma_cache_t cache, void *udata, int flags) argument
3842 uma_zalloc_domain(uma_zone_t zone, void *udata, int domain, int flags) argument
3965 keg_fetch_slab(uma_keg_t keg, uma_zone_t zone, int rdomain, const int flags) argument
4075 uma_zone_t zone; local
4131 zone_alloc_limit_hard(uma_zone_t zone, int count, int flags) argument
4228 zone_alloc_limit(uma_zone_t zone, int count, int flags) argument
4261 zone_free_limit(uma_zone_t zone, int count) argument
4284 zone_alloc_bucket(uma_zone_t zone, void *udata, int domain, int flags) argument
4374 zone_alloc_item(uma_zone_t zone, void *udata, int domain, int flags) argument
4431 uma_zfree_smr(uma_zone_t zone, void *item) argument
4485 uma_zfree_arg(uma_zone_t zone, void *item, void *udata) argument
4585 zone_free_cross(uma_zone_t zone, uma_bucket_t bucket, void *udata) argument
4671 zone_free_bucket(uma_zone_t zone, uma_bucket_t bucket, void *udata, int itemdomain, bool ws) argument
4710 cache_free(uma_zone_t zone, uma_cache_t cache, void *udata, int itemdomain) argument
4799 slab_free_item(uma_zone_t zone, uma_slab_t slab, void *item) argument
4832 uma_zone_t zone; local
4876 zone_free_item(uma_zone_t zone, void *item, void *udata, enum zfreeskip skip) argument
4909 uma_zone_set_max(uma_zone_t zone, int nitems) argument
4938 uma_zone_set_maxcache(uma_zone_t zone, int nitems) argument
4974 uma_zone_get_max(uma_zone_t zone) argument
4985 uma_zone_set_warning(uma_zone_t zone, const char *warning) argument
4994 uma_zone_set_maxaction(uma_zone_t zone, uma_maxaction_t maxaction) argument
5003 uma_zone_get_cur(uma_zone_t zone) argument
5020 uma_zone_get_allocs(uma_zone_t zone) argument
5035 uma_zone_get_frees(uma_zone_t zone) argument
5067 uma_zone_set_init(uma_zone_t zone, uma_init uminit) argument
5078 uma_zone_set_fini(uma_zone_t zone, uma_fini fini) argument
5089 uma_zone_set_zinit(uma_zone_t zone, uma_init zinit) argument
5098 uma_zone_set_zfini(uma_zone_t zone, uma_fini zfini) argument
5107 uma_zone_set_freef(uma_zone_t zone, uma_free freef) argument
5118 uma_zone_set_allocf(uma_zone_t zone, uma_alloc allocf) argument
5129 uma_zone_set_smr(uma_zone_t zone, smr_t smr) argument
5143 uma_zone_get_smr(uma_zone_t zone) argument
5151 uma_zone_reserve(uma_zone_t zone, int items) argument
5162 uma_zone_reserve_kva(uma_zone_t zone, int count) argument
5203 uma_prealloc(uma_zone_t zone, int items) argument
5243 uma_zone_memory(uma_zone_t zone) argument
5266 uma_reclaim_domain_cb(uma_zone_t zone, void *arg) argument
5348 uma_zone_reclaim(uma_zone_t zone, int req) argument
5354 uma_zone_reclaim_domain(uma_zone_t zone, int req, int domain) argument
5374 uma_zone_exhausted(uma_zone_t zone) argument
5600 uma_zone_t zone = *(uma_zone_t *)arg1; local
5616 uma_zone_t zone; local
5634 uma_zone_t zone = arg1; local
5644 uma_zone_t zone = arg1; local
5655 uma_zone_t zone = arg1; local
5693 uma_zone_t zone = arg1; local
5702 uma_dbg_getslab(uma_zone_t zone, void *item) argument
5729 uma_dbg_zskip(uma_zone_t zone, void *mem) argument
5769 uma_dbg_alloc(uma_zone_t zone, uma_slab_t slab, void *item) argument
5795 uma_dbg_free(uma_zone_t zone, uma_slab_t slab, void *item) argument
[all...]
/freebsd-current/tests/sys/cddl/zfs/tests/zones/
H A Dcleanup.ksh37 # our attempts to delete the zone. Remove these first.
52 for zone in $ZONE $ZONE2 $ZONE3 $ZONE4 ; do
53 $ZONEADM -z $zone list > /dev/null 2>&1
55 $ZONEADM -z $zone halt > /dev/null 2>&1
56 $ZONEADM -z $zone uninstall -F > /dev/null 2>&1
57 $ZONECFG -z $zone delete -F > /dev/null 2>&1
H A Dzones_common.kshlib30 # a simple zone creation function
49 # create a zone config file
50 $CAT > $TMPDIR/zone.${TESTCASE_ID}.cfg <<EOF
56 log_note "Creating ${BRAND}zone $ZNAME on $ZPATH/$ZNAME."
57 log_must $ZONECFG -z $ZNAME -f $TMPDIR/zone.${TESTCASE_ID}.cfg > /dev/null
58 $RM $TMPDIR/zone.${TESTCASE_ID}.cfg
/freebsd-current/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dcmn_err.h48 #define zcmn_err_once(zone, ce, ...) \
52 zcmn_err(zone, ce, __VA_ARGS__); \
56 #define vzcmn_err_once(zone, ce, fmt, ap) \
60 vzcmn_err(zone, ce, fmt, ap); \
/freebsd-current/sys/powerpc/powermac/
H A Dpowermac_thermal.h38 int zone; member in struct:pmac_fan
48 int zone; member in struct:pmac_therm
/freebsd-current/contrib/ntp/libntp/lib/isc/
H A Dnetscope.c39 isc_uint32_t zone; local
59 zone = (isc_uint32_t)ifid;
67 zone = (isc_uint32_t)(llz & 0xffffffffUL);
68 if (zone != llz)
74 *zoneid = zone;
/freebsd-current/contrib/unbound/validator/
H A Dval_neg.c191 * Delete a zone element from the negative cache.
192 * May delete other zone elements to keep tree coherent, or
195 * @param z: zone element to delete.
231 z = el->zone;
259 /* check if the zone is now unused */
298 * @param zone: negative zone
304 static struct val_neg_data* neg_find_data(struct val_neg_zone* zone, argument
315 rbtree_search(&zone->tree, lookfor.node.key);
345 * Calculate space needed for zone an
410 neg_closest_data_parent( struct val_neg_zone* zone, uint8_t* nm, size_t nm_len, int labs) argument
452 struct val_neg_zone* zone = local
488 struct val_neg_zone* zone, *prev = NULL, *first = NULL; local
518 val_neg_zone_take_inuse(struct val_neg_zone* zone) argument
533 struct val_neg_zone* zone; local
673 wipeout(struct val_neg_cache* neg, struct val_neg_zone* zone, struct val_neg_data* el, struct ub_packed_rrset_key* nsec) argument
748 neg_insert_data(struct val_neg_cache* neg, struct val_neg_zone* zone, struct ub_packed_rrset_key* nsec) argument
885 struct val_neg_zone* zone; local
948 neg_closest_data(struct val_neg_zone* zone, uint8_t* qname, size_t len, int labs, struct val_neg_data** data) argument
975 struct val_neg_zone* zone; local
1114 struct val_neg_zone* zone; local
1164 neg_find_nsec3_ce(struct val_neg_zone* zone, uint8_t* qname, size_t qname_len, int qlabs, sldns_buffer* buf, uint8_t* hashnc, size_t* nclen) argument
1200 neg_params_ok(struct val_neg_zone* zone, struct ub_packed_rrset_key* rrset) argument
1214 neg_nsec3_getnc(struct val_neg_zone* zone, uint8_t* hashnc, size_t nclen, struct rrset_cache* rrset_cache, struct regional* region, time_t now, uint8_t* b32, size_t maxb32) argument
1247 neg_nsec3_proof_ds(struct val_neg_zone* zone, uint8_t* qname, size_t qname_len, int qlabs, sldns_buffer* buf, struct rrset_cache* rrset_cache, struct regional* region, time_t now, uint8_t* topname) argument
1347 add_soa(struct rrset_cache* rrset_cache, time_t now, struct regional* region, struct dns_msg* msg, struct val_neg_zone* zone) argument
1396 struct val_neg_zone* zone; local
[all...]
/freebsd-current/sys/contrib/openzfs/lib/libspl/include/
H A Dzone.h30 #include <sys/zone.h>
/freebsd-current/usr.sbin/pkg/
H A Ddns_utils.h44 dns_getsrvinfo(const char *zone);
/freebsd-current/contrib/unbound/testdata/stat_values.tdir/
H A Dstat_values_cachedb.conf20 local-zone: local.zone static
21 local-data: "www.local.zone A 192.0.2.1"
31 forward-zone:
34 forward-zone:
H A Dstat_values_downstream_cookies.conf18 local-zone: local.zone static
19 local-data: "www.local.zone A 192.0.2.1"
/freebsd-current/contrib/ldns/ldns/
H A Ddnssec_sign.h91 * Marks the names in the zone that are occluded. Those names will be skipped
100 * \param[in] zone the zone in which to mark the names
106 ldns_dnssec_zone *zone, ldns_rr_list *glue_list);
109 * Marks the names in the zone that are occluded. Those names will be skipped
115 * \param[in] zone the zone in which to mark the names
119 ldns_dnssec_zone_mark_glue(ldns_dnssec_zone *zone);
134 * \param[in] zone the zone t
[all...]
/freebsd-current/contrib/ldns/
H A Ddnssec_zone.c2 * special zone file structures and functions for better dnssec handling
510 ldns_dnssec_zone_find_rrset(const ldns_dnssec_zone *zone, argument
516 if (!zone || !dname || !zone->names) {
520 node = ldns_rbtree_search(zone->names, dname);
573 ldns_dnssec_zone *zone = LDNS_MALLOC(ldns_dnssec_zone); local
574 if(!zone) return NULL;
575 zone->soa = NULL;
576 zone->names = NULL;
577 zone
639 ldns_zone* zone = NULL; local
866 ldns_dnssec_zone_free(ldns_dnssec_zone *zone) argument
886 ldns_dnssec_zone_deep_free(ldns_dnssec_zone *zone) argument
916 ldns_dnssec_zone_hashed_names_from_nsec3( ldns_dnssec_zone* zone, ldns_rr* nsec3rr) argument
950 ldns_dnssec_name_make_hashed_name(ldns_dnssec_zone *zone, ldns_dnssec_name* name, ldns_rr* nsec3rr) argument
982 ldns_dnssec_zone_find_nsec3_original(ldns_dnssec_zone *zone, ldns_rr *rr) argument
1003 ldns_dnssec_zone_add_rr(ldns_dnssec_zone *zone, ldns_rr *rr) argument
1082 ldns_dnssec_zone_print_fmt(FILE *out, const ldns_output_format *fmt, const ldns_dnssec_zone *zone) argument
1110 ldns_dnssec_zone_print(FILE *out, const ldns_dnssec_zone *zone) argument
1116 ldns_dnssec_zone_add_empty_nonterminals_nsec3( ldns_dnssec_zone *zone, ldns_rbtree_t *nsec3s) argument
1255 ldns_dnssec_zone_add_empty_nonterminals(ldns_dnssec_zone *zone) argument
1261 ldns_dnssec_zone_is_nsec3_optout(const ldns_dnssec_zone* zone) argument
1295 ldns_dnssec_zone *zone; member in struct:dnssec_zone_rr_iter
1495 dnssec_zone_rr_iter_first(dnssec_zone_rr_iter *i, ldns_dnssec_zone *zone) argument
1730 ldns_digest_zone(ldns_dnssec_zone *zone, zone_digester *zd) argument
1760 ldns_dnssec_zone_verify_zonemd(ldns_dnssec_zone *zone) argument
1915 dnssec_zone_equip_zonemd(ldns_dnssec_zone *zone, ldns_rr_list *new_rrs, ldns_key_list *key_list, int signflags) argument
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/user_namespace/
H A Duser_namespace_004.ksh31 # 1. Check that 'zfs zone' correctly handles the case of the first
33 # 2. Check that 'zfs zone' correctly handles the case of the first
47 log_assert "Check zfs zone command handling of non-namespace files"
60 # 1. Try to pass a non-namespace file to zfs zone.
62 log_mustnot zfs zone "$temp_file" "$TESTPOOL/userns"
64 # 2. Try to pass a non-namespace and non-existent file to zfs zone.
65 log_mustnot zfs zone "$TEMP_BASE_DIR/nonexistent" "$TESTPOOL/userns"
67 log_pass "Check zfs zone command handling of non-namespace files"
/freebsd-current/sys/contrib/zlib/test/
H A Dinfcover.c75 struct mem_zone *zone = mem; local
79 if (zone == NULL || (zone->limit && zone->total + len > zone->limit))
99 item->next = zone->first;
100 zone->first = item;
103 zone->total += item->size;
104 if (zone->total > zone
115 struct mem_zone *zone = mem; local
160 struct mem_zone *zone; local
178 struct mem_zone *zone = strm->opaque; local
186 struct mem_zone *zone = strm->opaque; local
194 struct mem_zone *zone = strm->opaque; local
204 struct mem_zone *zone = strm->opaque; local
[all...]
/freebsd-current/sys/dev/mlx4/mlx4_core/
H A Dmlx4_alloc.c250 struct mlx4_zone_entry *zone = kmalloc(sizeof(*zone), GFP_KERNEL); local
252 if (NULL == zone)
255 zone->flags = flags;
256 zone->bitmap = bitmap;
257 zone->use_rr = (flags & MLX4_ZONE_USE_RR) ? MLX4_USE_RR : 0;
258 zone->priority = priority;
259 zone->offset = offset;
263 zone->uid = zone_alloc->last_uid++;
264 zone
323 struct mlx4_zone_entry *zone, *tmp; local
338 __mlx4_alloc_from_zone(struct mlx4_zone_entry *zone, int count, int align, u32 skip_mask, u32 *puid) argument
420 __mlx4_free_from_zone(struct mlx4_zone_entry *zone, u32 obj, u32 count) argument
430 struct mlx4_zone_entry *zone; local
442 struct mlx4_zone_entry *zone; local
458 struct mlx4_zone_entry *zone; local
483 struct mlx4_zone_entry *zone, *zone_candidate = NULL; local
513 struct mlx4_zone_entry *zone; local
533 struct mlx4_zone_entry *zone; local
555 struct mlx4_zone_entry *zone; local
[all...]
/freebsd-current/sys/contrib/openzfs/lib/libspl/os/freebsd/
H A Dzone.c33 #include <zone.h>
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dcmn_err.h93 #define zcmn_err_once(zone, ce, ...) \
97 zcmn_err(zone, ce, __VA_ARGS__); \
101 #define vzcmn_err_once(zone, ce, fmt, ap) \
105 vzcmn_err(zone, ce, fmt, ap); \
/freebsd-current/contrib/unbound/testdata/cachedb_no_store.tdir/
H A Dcachedb_no_store.conf14 forward-zone:
18 stub-zone:
/freebsd-current/contrib/unbound/testdata/root_zonemd.tdir/
H A Droot_zonemd.conf22 stub-zone:
26 # hyperlocal root zone
27 auth-zone:
32 zonefile: "root.zone"

Completed in 204 milliseconds

123456789