/Linux-v4.19/tools/testing/selftests/powerpc/tm/ |
D | tm-syscall-asm.S | 11 tend. 24 tend.
|
/Linux-v4.19/drivers/pnp/ |
D | resource.c | 171 resource_size_t *port, *end, *tport, *tend; in pnp_check_port() local 200 tend = &tres->end; in pnp_check_port() 201 if (ranged_conflict(port, end, tport, tend)) in pnp_check_port() 219 tend = &tres->end; in pnp_check_port() 220 if (ranged_conflict(port, end, tport, tend)) in pnp_check_port() 234 resource_size_t *addr, *end, *taddr, *tend; in pnp_check_mem() local 263 tend = &tres->end; in pnp_check_mem() 264 if (ranged_conflict(addr, end, taddr, tend)) in pnp_check_mem() 282 tend = &tres->end; in pnp_check_mem() 283 if (ranged_conflict(addr, end, taddr, tend)) in pnp_check_mem()
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | fadump.c | 150 unsigned long tstart, tend; in is_boot_memory_area_contiguous() local 157 tend = min(end_pfn, memblock_region_memory_end_pfn(reg)); in is_boot_memory_area_contiguous() 158 if (tstart < tend) { in is_boot_memory_area_contiguous() 163 if (tend == end_pfn) { in is_boot_memory_area_contiguous() 168 start_pfn = tend + 1; in is_boot_memory_area_contiguous() 1298 unsigned long tstart, tend; in fadump_release_reserved_area() local 1304 tend = min(end_pfn, memblock_region_memory_end_pfn(reg)); in fadump_release_reserved_area() 1305 if (tstart < tend) { in fadump_release_reserved_area() 1306 fadump_free_reserved_memory(tstart, tend); in fadump_release_reserved_area() 1308 if (tend == end_pfn) in fadump_release_reserved_area() [all …]
|
/Linux-v4.19/arch/powerpc/mm/ |
D | mem.c | 191 unsigned long tstart, tend; in walk_system_ram_range() local 196 tend = min(end_pfn, memblock_region_memory_end_pfn(reg)); in walk_system_ram_range() 197 if (tstart >= tend) in walk_system_ram_range() 199 ret = (*func)(tstart, tend - tstart, arg); in walk_system_ram_range()
|
/Linux-v4.19/arch/alpha/kernel/ |
D | pci_iommu.c | 762 dma_addr_t tend; in alpha_pci_unmap_sg() local 791 tend = addr + size - 1; in alpha_pci_unmap_sg() 793 if (fend < tend) fend = tend; in alpha_pci_unmap_sg()
|
/Linux-v4.19/include/soc/fsl/qe/ |
D | ucc_slow.h | 175 int tend; member
|
/Linux-v4.19/Documentation/arm/sunxi/ |
D | clocks.txt | 4 This document contains useful bits of information that people tend to ask
|
/Linux-v4.19/net/x25/ |
D | Kconfig | 12 network. Governments, banks, and other organizations tend to use it
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-platform-kim | 19 Different platforms tend to have different high-speed
|
/Linux-v4.19/Documentation/powerpc/ |
D | transactional_memory.txt | 33 tend 45 The 'tbegin' instruction denotes the start point, and 'tend' the end point. 154 returns before a tend. In this case, the stack is part of the checkpointed
|
/Linux-v4.19/Documentation/media/kapi/ |
D | v4l2-intro.rst | 4 The V4L2 drivers tend to be very complex due to the complexity of the
|
/Linux-v4.19/drivers/staging/iio/Documentation/ |
D | device.txt | 26 pointer to a structure with elements that tend to be fixed for
|
/Linux-v4.19/Documentation/locking/ |
D | spinlocks.txt | 32 using spinlocks they tend to expand to areas you might not have noticed 47 If your data accesses have a very natural pattern where you usually tend
|
/Linux-v4.19/kernel/rcu/ |
D | Kconfig | 156 initialization. These systems tend to run CPU-bound, and thus 157 are not helped by synchronized interrupts, and thus tend to
|
/Linux-v4.19/Documentation/process/ |
D | 8.Conclusion.rst | 41 All of these books suffer from a common fault, though: they tend to be
|
D | 3.Early-stage.rst | 45 tend to get outshouted by a large crowd of arrogant fools. Trying 177 matter is (1) kernel developers tend to be busy, (2) there is no shortage
|
/Linux-v4.19/drivers/soc/fsl/qe/ |
D | ucc_slow.c | 287 if (us_info->tend) in ucc_slow_init()
|
/Linux-v4.19/Documentation/x86/i386/ |
D | IO-APIC.txt | 106 boards tend to have a good configuration.
|
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_alloc.c | 791 xfs_agblock_t tend; /* end block of busy extent */ in xfs_alloc_ag_vextent_exact() local 838 tend = tbno + tlen; in xfs_alloc_ag_vextent_exact() 839 if (tend < args->agbno + args->minlen) in xfs_alloc_ag_vextent_exact() 848 args->len = XFS_AGBLOCK_MIN(tend, args->agbno + args->maxlen) in xfs_alloc_ag_vextent_exact() 851 ASSERT(args->agbno + args->len <= tend); in xfs_alloc_ag_vextent_exact()
|
/Linux-v4.19/Documentation/fmc/ |
D | mezzanine.txt | 107 default because those lines tend to hide more important messages,
|
/Linux-v4.19/Documentation/filesystems/nfs/ |
D | Exporting | 15 server-reboot (among other things, though these tend to be the most
|
/Linux-v4.19/Documentation/maintainer/ |
D | pull-requests.rst | 81 And yes, I will edit the message. Partly because I tend to do just
|
/Linux-v4.19/drivers/macintosh/ |
D | Kconfig | 19 are connected to an ADB port. ADB devices tend to have 4 pins.
|
/Linux-v4.19/Documentation/vm/ |
D | numa.rst | 97 Local allocation will tend to keep subsequent access to the allocated memory
|
/Linux-v4.19/Documentation/driver-model/ |
D | platform.txt | 132 tend to already have "normal" modes, such as ones using device nodes that
|