/Linux-v5.4/arch/unicore32/include/mach/ |
D | memory.h | 28 void puv3_pci_adjust_zones(unsigned long *size, unsigned long *holes); 30 #define arch_adjust_zones(size, holes) \ argument 31 puv3_pci_adjust_zones(size, holes)
|
/Linux-v5.4/fs/xfs/scrub/ |
D | ialloc.c | 428 uint64_t holes; in xchk_iallocbt_rec() local 480 holes = ~xfs_inobt_irec_to_allocmask(&irec); in xchk_iallocbt_rec() 481 if ((holes & irec.ir_free) != holes || in xchk_iallocbt_rec()
|
/Linux-v5.4/drivers/gpu/drm/i915/selftests/ |
D | i915_buddy.c | 536 LIST_HEAD(holes); in igt_buddy_alloc_pathological() 580 list_add_tail(&block->link, &holes); in igt_buddy_alloc_pathological() 592 i915_buddy_free_list(&mm, &holes); in igt_buddy_alloc_pathological() 607 list_splice_tail(&holes, &blocks); in igt_buddy_alloc_pathological()
|
/Linux-v5.4/fs/xfs/libxfs/ |
D | xfs_da_format.h | 640 __u8 holes; /* != 0 if blk needs compaction */ member 690 __u8 holes; member 728 __u8 holes; member
|
D | xfs_attr_leaf.c | 169 to->holes = hdr3->holes; in xfs_attr3_leaf_hdr_from_disk() 183 to->holes = from->hdr.holes; in xfs_attr3_leaf_hdr_from_disk() 211 hdr3->holes = from->holes; in xfs_attr3_leaf_hdr_to_disk() 226 to->hdr.holes = from->holes; in xfs_attr3_leaf_hdr_to_disk() 1309 if (!ichdr.holes && sum < entsize) in xfs_attr3_leaf_add() 1492 ichdr_dst->holes = 0; in xfs_attr3_leaf_compact() 2118 ichdr.holes = 1; /* mark as needing compaction */ in xfs_attr3_leaf_remove() 2168 if (savehdr.holes == 0) { in xfs_attr3_leaf_unbalance() 2564 ichdr_s->holes = 1; /* leaf may not be compact */ in xfs_attr3_leaf_moveents()
|
/Linux-v5.4/arch/unicore32/include/asm/ |
D | memory.h | 63 #define arch_adjust_zones(size, holes) do { } while (0) argument
|
/Linux-v5.4/arch/m68k/sun3/ |
D | sun3dvma.c | 85 static void print_holes(struct list_head *holes) in print_holes() argument 92 list_for_each(cur, holes) { in print_holes()
|
/Linux-v5.4/fs/cramfs/ |
D | README | 96 This kernel supports cramfs holes (i.e. [efficient representation of] 98 default mkcramfs doesn't test for & create holes, since cramfs in 99 kernels up to at least 2.3.39 didn't support holes. Run mkcramfs 100 with -z if you want it to create files that can have holes in them.
|
/Linux-v5.4/Documentation/devicetree/bindings/pinctrl/ |
D | qcom,pmic-gpio.txt | 98 gpio1-gpio12 for pms405 (holes on gpio1, gpio9 and gpio10) 99 gpio1-gpio10 for pm8150 (holes on gpio2, gpio5, gpio7 101 gpio1-gpio12 for pm8150b (holes on gpio3, gpio4, gpio7)
|
/Linux-v5.4/Documentation/devicetree/bindings/display/panel/ |
D | sharp,ls037v7dw01.txt | 21 configured with external pulls, all the GPIOs are considered optional with holes
|
/Linux-v5.4/Documentation/vm/ |
D | memory-model.rst | 12 however, that this range contains small holes that are not accessible 45 maps the entire physical memory. For most architectures, the holes 47 corresponding to the holes are never fully initialized. 58 :c:func:`pfn_valid` implementation should take the holes in the
|
/Linux-v5.4/drivers/clk/tegra/ |
D | clk-bpmp.c | 403 unsigned int holes = 0; in tegra_bpmp_probe_clocks() local 434 holes++; in tegra_bpmp_probe_clocks() 445 dev_dbg(bpmp->dev, "holes: %u\n", holes); in tegra_bpmp_probe_clocks()
|
/Linux-v5.4/drivers/net/plip/ |
D | Kconfig | 19 ports (the connectors at the computers with 25 holes) are connected
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | pci-bridge.h | 217 struct resource holes[PCI_SRIOV_NUM_BARS]; member
|
/Linux-v5.4/drivers/staging/qlge/ |
D | TODO | 33 * reorder struct members to avoid holes if it doesn't impact performance
|
/Linux-v5.4/arch/powerpc/platforms/powernv/ |
D | pci-ioda.c | 1024 devm_release_resource(&dev->dev, &pdn->holes[i]); in pnv_pci_vf_resource_shift() 1025 memset(&pdn->holes[i], 0, sizeof(pdn->holes[i])); in pnv_pci_vf_resource_shift() 1031 pdn->holes[i].start = res2.start; in pnv_pci_vf_resource_shift() 1032 pdn->holes[i].end = res2.start + size * offset - 1; in pnv_pci_vf_resource_shift() 1033 pdn->holes[i].flags = IORESOURCE_BUS; in pnv_pci_vf_resource_shift() 1034 pdn->holes[i].name = "pnv_iov_reserved"; in pnv_pci_vf_resource_shift() 1036 &pdn->holes[i]); in pnv_pci_vf_resource_shift()
|
/Linux-v5.4/mm/ |
D | Kconfig | 30 For systems that have holes in their physical address 41 memory systems, over FLATMEM. These systems have holes 43 more efficient handling of these holes. 59 holes is their physical address space and allows memory
|
/Linux-v5.4/Documentation/networking/device_drivers/toshiba/ |
D | spider_net.txt | 175 operations there. Since this will leave "holes" in the ring, there 176 is also a spider_net_resync_tail_ptr() that will skip over such holes.
|
/Linux-v5.4/drivers/parport/ |
D | Kconfig | 20 (the connector at the computer with 25 holes), e.g. printer, ZIP
|
/Linux-v5.4/Documentation/x86/x86_64/ |
D | mm.rst | 141 holes).
|
/Linux-v5.4/Documentation/security/ |
D | siphash.rst | 86 to always ensure the struct has no padding holes. The easiest way to do this
|
/Linux-v5.4/Documentation/admin-guide/LSM/ |
D | SafeSetID.rst | 19 privileges opens up possible security holes since any user with access to the
|
/Linux-v5.4/fs/f2fs/ |
D | segment.c | 873 block_t holes[2] = {0, 0}; /* DATA and NODE */ in f2fs_get_unusable_blocks() local 882 holes[NODE] += sbi->blocks_per_seg - se->valid_blocks; in f2fs_get_unusable_blocks() 884 holes[DATA] += sbi->blocks_per_seg - se->valid_blocks; in f2fs_get_unusable_blocks() 888 unusable = holes[DATA] > holes[NODE] ? holes[DATA] : holes[NODE]; in f2fs_get_unusable_blocks()
|
/Linux-v5.4/Documentation/firmware-guide/acpi/ |
D | gpio-properties.rst | 61 It is possible to leave holes in the array of GPIOs. This is useful in
|
/Linux-v5.4/Documentation/admin-guide/ |
D | reporting-bugs.rst | 174 The exceptions to this rule are regressions, kernel crashes, security holes,
|