Home
last modified time | relevance | path

Searched refs:zeroed (Results 1 – 12 of 12) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dextent_inlines.h274 extent_zeroed_set(extent_t *extent, bool zeroed) { in extent_zeroed_set() argument
276 ((uint64_t)zeroed << EXTENT_BITS_ZEROED_SHIFT); in extent_zeroed_set()
304 bool slab, szind_t szind, size_t sn, extent_state_t state, bool zeroed, in extent_init() argument
315 extent_zeroed_set(extent, zeroed); in extent_init()
H A Drtree.h112 bool rtree_new(rtree_t *rtree, bool zeroed);
H A Djemalloc_internal_defs.h.in278 * such that new pages will be demand-zeroed if
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Drtree.c13 rtree_new(rtree_t *rtree, bool zeroed) { in rtree_new() argument
15 if (!zeroed) { in rtree_new()
19 assert(zeroed); in rtree_new()
H A Dextent.c1259 bool zeroed = false; in extent_grow_retained() local
1265 alloc_size, PAGE, &zeroed, &committed); in extent_grow_retained()
1269 alloc_size, PAGE, &zeroed, &committed, in extent_grow_retained()
1275 arena_extent_sn_next(arena), extent_state_active, zeroed, in extent_grow_retained()
1723 bool zeroed; in extent_dalloc_wrapper() local
1725 zeroed = true; in extent_dalloc_wrapper()
1728 zeroed = true; in extent_dalloc_wrapper()
1733 zeroed = true; in extent_dalloc_wrapper()
1739 zeroed = false; in extent_dalloc_wrapper()
1741 zeroed = false; in extent_dalloc_wrapper()
[all …]
/f-stack/freebsd/x86/iommu/
H A Dintel_utils.c263 int zeroed, aflags; in dmar_pgalloc() local
265 zeroed = (flags & IOMMU_PGF_ZERO) != 0 ? VM_ALLOC_ZERO : 0; in dmar_pgalloc()
266 aflags = zeroed | VM_ALLOC_NOBUSY | VM_ALLOC_SYSTEM | VM_ALLOC_NODUMP | in dmar_pgalloc()
283 if (zeroed && (m->flags & PG_ZERO) == 0) in dmar_pgalloc()
/f-stack/freebsd/contrib/device-tree/Bindings/display/imx/
H A Dfsl,imx-fb.txt25 If that property is omitted, the register is zeroed.
/f-stack/freebsd/crypto/openssl/arm/
H A Dghashv8-armx.S115 @ r12 is zeroed just in time
/f-stack/dpdk/doc/guides/prog_guide/
H A Drte_flow.rst227 providing an empty (zeroed) ``mask`` for broad (nonspecific) matching.
564 | ``mask`` | ``id`` | zeroed to match any VF ID |
598 | ``mask`` | ``index`` | zeroed to match any port index |
628 | ``mask`` | ``id`` | zeroed to match any port ID |
658 | ``mask`` | ``id`` | zeroed to match any value |
747 | ``mask`` | ``num`` | zeroed to cover any number of layers |
3370 | 1 | IPV4 (zeroed mask) |
3388 | 1 | IPV6 (zeroed mask) |
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_16_04.rst308 * **ixgbe: Fixed zeroed VF mac address.**
310 Resolved an issue where the VF MAC address is zeroed out in cases where the VF
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A DChangeLog180 pages such that they are replaced with demand-zeroed pages on next access.
975 whether a chunk was zeroed. On FreeBSD, NetBSD, and OS X, it could cause
1120 - Fix chunk_alloc_dss() to stop claiming memory is zeroed. This bug could
1272 allocate/reallocate aligned zeroed memory, ask for optional extra memory
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt10591 object. The input buffer was prematurely zeroed and/or deleted. (BZ 577)
10700 For incoming ACPI 1.0 FADTs, these fields are now always zeroed. (The