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 D | extent_inlines.h | 274 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 D | rtree.h | 112 bool rtree_new(rtree_t *rtree, bool zeroed);
|
| H A D | jemalloc_internal_defs.h.in | 278 * such that new pages will be demand-zeroed if
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | rtree.c | 13 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 D | extent.c | 1259 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 D | intel_utils.c | 263 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 D | fsl,imx-fb.txt | 25 If that property is omitted, the register is zeroed.
|
| /f-stack/freebsd/crypto/openssl/arm/ |
| H A D | ghashv8-armx.S | 115 @ r12 is zeroed just in time
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | rte_flow.rst | 227 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 D | release_16_04.rst | 308 * **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 D | ChangeLog | 180 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 D | changes.txt | 10591 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
|