| /linux/Documentation/arch/x86/x86_64/ |
| H A D | mm.rst | 33 00007ffffffff000 | ~128 TB | 00007fffffffffff | 4 kB | ... guard hole 36 …0000800000000000 | +128 TB | 7fffffffffffffff | ~8 EB | ... huge, almost 63 bits wide hole of… 47 …8000000000000000 | -8 EB | ffff7fffffffffff | ~8 EB | ... huge, almost 63 bits wide hole of… 55 …ffff800000000000 | -128 TB | ffff87ffffffffff | 8 TB | ... guard hole, also reserved for hyp… 58 ffffc88000000000 | -55.5 TB | ffffc8ffffffffff | 0.5 TB | ... unused hole 60 ffffe90000000000 | -23 TB | ffffe9ffffffffff | 1 TB | ... unused hole 62 ffffeb0000000000 | -21 TB | ffffebffffffffff | 1 TB | ... unused hole 69 fffffc0000000000 | -4 TB | fffffdffffffffff | 2 TB | ... unused hole 72 fffffe8000000000 | -1.5 TB | fffffeffffffffff | 0.5 TB | ... unused hole 74 ffffff8000000000 | -512 GB | ffffffeeffffffff | 444 GB | ... unused hole [all …]
|
| /linux/fs/xfs/scrub/ |
| H A D | ialloc.c | 70 bool hole) in xchk_inobt_xref_finobt() argument 102 if (fhole != hole) in xchk_inobt_xref_finobt() 116 if (hole) in xchk_inobt_xref_finobt() 150 bool free, hole; in xchk_inobt_chunk_xref_finobt() local 155 hole = irec->ir_holemask & (1U << hole_idx); in xchk_inobt_chunk_xref_finobt() 157 error = xchk_inobt_xref_finobt(sc, irec, i, free, hole); in xchk_inobt_chunk_xref_finobt() 177 bool free, hole; in xchk_finobt_xref_inobt() local 201 hole = irec.ir_holemask & (1U << hole_idx); in xchk_finobt_xref_inobt() 205 if (fhole != hole) in xchk_finobt_xref_inobt()
|
| /linux/tools/perf/util/ |
| H A D | block-range.c | 271 struct block_range *hole = malloc(sizeof(struct block_range)); in block_range__create() local 272 if (!hole) in block_range__create() 275 *hole = (struct block_range){ in block_range__create() 282 rb_link_left_of_node(&hole->node, &next->node); in block_range__create() 283 rb_insert_color(&hole->node, &block_ranges.root); in block_range__create()
|
| /linux/drivers/gpu/drm/i915/selftests/ |
| H A D | i915_gem_evict.c | 388 struct drm_mm_node hole; in igt_evict_contexts() local 409 memset(&hole, 0, sizeof(hole)); in igt_evict_contexts() 411 err = i915_gem_gtt_insert(&ggtt->vm, NULL, &hole, in igt_evict_contexts() 444 drm_mm_remove_node(&hole); in igt_evict_contexts() 529 if (drm_mm_node_allocated(&hole)) in igt_evict_contexts() 530 drm_mm_remove_node(&hole); in igt_evict_contexts()
|
| /linux/Documentation/arch/riscv/ |
| H A D | vm-layout.rst | 27 big hole, the lower half is where the userspace resides, the upper half is where 42 …0000004000000000 | +256 GB | ffffffbfffffffff | ~16M TB | ... huge, almost 64 bits wide hole of… 79 …0000800000000000 | +128 TB | ffff7fffffffffff | ~16M TB | ... huge, almost 64 bits wide hole of… 115 …0100000000000000 | +64 PB | feffffffffffffff | ~16K PB | ... huge, almost 64 bits wide hole of…
|
| /linux/Documentation/driver-api/md/ |
| H A D | raid5-cache.rst | 25 This mode mainly fixes the 'write hole' issue. For RAID 4/5/6 array, an unclean 32 corruption in the RAID array. This problem is called 'write hole'. 37 shutdown even the array is degraded. Thus the cache can close the 'write hole'. 42 exposed to 'write hole' again. 50 write-back mode fixes the 'write hole' issue too, since all write data is
|
| H A D | raid5-ppl.rst | 17 write hole. XORing partial parity with the modified chunks produces parity for 34 Unlike raid5-cache, the other solution in md for closing the write hole, PPL is
|
| /linux/fs/xfs/ |
| H A D | xfs_mount.c | 68 int hole, i; in xfs_uuid_mount() local 82 for (i = 0, hole = -1; i < xfs_uuid_table_size; i++) { in xfs_uuid_mount() 84 hole = i; in xfs_uuid_mount() 91 if (hole < 0) { in xfs_uuid_mount() 95 hole = xfs_uuid_table_size++; in xfs_uuid_mount() 97 xfs_uuid_table[hole] = *uuid; in xfs_uuid_mount()
|
| /linux/include/drm/ |
| H A D | drm_suballoc.h | 26 struct list_head *hole; member
|
| /linux/drivers/pcmcia/ |
| H A D | rsrc_nonstatic.c | 189 u_char *b, hole, most; in do_io_probe() local 204 hole = inb(i); in do_io_probe() 206 if (inb(i+j) != hole) in do_io_probe() 209 if ((j == 8) && (++b[hole] > b[most])) in do_io_probe() 210 most = hole; in do_io_probe()
|
| /linux/fs/ubifs/ |
| H A D | file.c | 595 int i = 0, nn = *n, offs = bu->zbranch[0].offs, hole = 0, read = 0; in populate_page() local 607 hole = 1; in populate_page() 617 hole = 1; in populate_page() 656 hole = 1; in populate_page() 673 if (hole) { in populate_page()
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | verity.rst | 15 actually be allocated on-disk, i.e. it may be a hole.
|
| /linux/mm/ |
| H A D | numa_emulation.c | 204 static u64 uniform_size(u64 max_addr, u64 base, u64 hole, int nr_nodes) in uniform_size() argument 208 unsigned long hole_pfns = PHYS_PFN(hole); in uniform_size()
|
| /linux/Documentation/driver-api/cxl/platform/ |
| H A D | acpi.rst | 58 * CEDT CFMWS Memory regions spans a platform memory hole.
|
| /linux/arch/arm/boot/dts/nxp/imx/ |
| H A D | e60k02.dtsi | 294 /* J4, through-hole */
|
| /linux/kernel/bpf/ |
| H A D | core.c | 862 * Most BPF programs are pretty small. Allocating a hole page for each in bpf_jit_fill_hole_with_zero() 1077 u32 size, hole, start; in bpf_jit_binary_alloc() 1100 hole = min_t(unsigned int, size - (proglen + sizeof(*hdr)), in bpf_jit_binary_free() 1102 start = get_random_u32_below(hole) & ~(alignment - 1); 1134 u32 size, hole, start; in bpf_jit_binary_pack_alloc() 1161 hole = min_t(unsigned int, size - (proglen + sizeof(*ro_header)), in bpf_jit_binary_pack_finalize() 1163 start = get_random_u32_below(hole) & ~(alignment - 1); in bpf_jit_binary_pack_finalize() 1061 u32 size, hole, start; bpf_jit_binary_alloc() local 1118 u32 size, hole, start; bpf_jit_binary_pack_alloc() local
|
| /linux/Documentation/gpu/amdgpu/display/ |
| H A D | mpo-overview.rst | 165 - ``kms_plane@plane-position-hole-dpms-pipe-*-`` 166 - ``kms_plane@plane-position-hole-pipe-*-``
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_ggtt.c | 353 struct drm_mm_node *hole; in xe_ggtt_initial_clear() local 358 drm_mm_for_each_hole(hole, &ggtt->mm, start, end) in xe_ggtt_initial_clear()
|
| /linux/Documentation/arch/arm/ |
| H A D | porting.rst | 104 Offset normally incorporated into VMALLOC_START to provide a hole
|
| /linux/fs/nfs/ |
| H A D | nfs42xdr.c | 1064 } hole; member 1075 return seg->type == NFS4_CONTENT_DATA ? seg->data.length : seg->hole.length; in read_plus_segment_length() 1103 xdr_decode_hyper(p, &seg->hole.length); in decode_read_plus_segment()
|
| /linux/Documentation/tee/ |
| H A D | op-tee.rst | 126 OP-TEE driver isn't loaded, leaving the SMC hole open.
|
| /linux/Documentation/filesystems/ |
| H A D | f2fs.rst | 233 We added some randomness to both chunk and hole size to make 235 1..<max_fragment_chunk> blocks in a chunk and make a hole in the 761 child - child [hole] - child 763 child - child - child [hole] - [hole] - child
|
| /linux/Documentation/arch/x86/ |
| H A D | kernel-stacks.rst | 98 the IST stackpointer to a guard hole to catch triple nesting.
|
| /linux/arch/powerpc/boot/dts/ |
| H A D | taishan.dts | 391 enable-msi-hole;
|
| /linux/Documentation/filesystems/caching/ |
| H A D | netfs-api.rst | 267 partially populated region (a hole) in the disk content. This may be to ignore 268 it, skip over an initial hole and place zeros in the buffer or give an error.
|