/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/tm/ |
D | tm-syscall-asm.S | 11 tend. 24 tend.
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
D | udpgso_bench_tx.c | 80 static unsigned long tend; variable 564 tdelta = tend - tstart; in print_audit_report() 664 tend = tnow; in main() 705 tend = tnow; in main()
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-bus-iio-dma-buffer | 5 DMA buffers tend to have a alignment requirement for the
|
D | sysfs-platform-kim | 20 Different platforms tend to have different high-speed
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
D | fadump.c | 1240 u64 tstart, tend, spfn, epfn; in fadump_release_reserved_area() local 1248 tend = min_t(u64, epfn, reg_epfn); in fadump_release_reserved_area() 1250 if (tstart < tend) { in fadump_release_reserved_area() 1251 fadump_free_reserved_memory(tstart, tend); in fadump_release_reserved_area() 1253 if (tend == epfn) in fadump_release_reserved_area() 1256 spfn = tend; in fadump_release_reserved_area()
|
/kernel/linux/linux-5.10/arch/alpha/kernel/ |
D | pci_iommu.c | 769 dma_addr_t tend; in alpha_pci_unmap_sg() local 798 tend = addr + size - 1; in alpha_pci_unmap_sg() 800 if (fend < tend) fend = tend; in alpha_pci_unmap_sg()
|
/kernel/linux/linux-5.10/Documentation/arm/sunxi/ |
D | clocks.rst | 5 This document contains useful bits of information that people tend to ask
|
/kernel/linux/linux-5.10/include/soc/fsl/qe/ |
D | ucc_slow.h | 171 int tend; member
|
/kernel/linux/linux-5.10/net/x25/ |
D | Kconfig | 13 network. Governments, banks, and other organizations tend to use it
|
/kernel/liteos_a/tools/build/ |
D | liteos_llvm.ld | 130 * extra linker scripts tend to insert sections just after .rodata, 156 * extra linker scripts tend to insert sections just after .data,
|
D | liteos.ld | 115 * extra linker scripts tend to insert sections just after .rodata, 151 * extra linker scripts tend to insert sections just after .data,
|
/kernel/linux/linux-5.10/Documentation/locking/ |
D | spinlocks.rst | 39 using spinlocks they tend to expand to areas you might not have noticed 55 If your data accesses have a very natural pattern where you usually tend
|
/kernel/linux/linux-5.10/Documentation/powerpc/ |
D | transactional_memory.rst | 34 tend 46 The 'tbegin' instruction denotes the start point, and 'tend' the end point. 155 returns before a tend. In this case, the stack is part of the checkpointed
|
/kernel/linux/linux-5.10/drivers/iommu/intel/ |
D | Kconfig | 61 Current Graphics drivers tend to use physical address
|
/kernel/linux/linux-5.10/Documentation/driver-api/media/ |
D | v4l2-intro.rst | 6 The V4L2 drivers tend to be very complex due to the complexity of the
|
D | camera-sensor.rst | 66 specific parameters. Luckily, these parameters tend to be the same for more or
|
/kernel/linux/linux-5.10/Documentation/process/ |
D | 8.Conclusion.rst | 42 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
|
/kernel/linux/linux-5.10/drivers/soc/fsl/qe/ |
D | ucc_slow.c | 277 if (us_info->tend) in ucc_slow_init()
|
/kernel/linux/linux-5.10/kernel/rcu/ |
D | Kconfig | 154 initialization. These systems tend to run CPU-bound, and thus 155 are not helped by synchronized interrupts, and thus tend to
|
/kernel/linux/linux-5.10/Documentation/x86/i386/ |
D | IO-APIC.rst | 112 boards tend to have a good configuration.
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
D | xfs_alloc.c | 1211 xfs_agblock_t tend; /* end block of busy extent */ in xfs_alloc_ag_vextent_exact() local 1261 tend = tbno + tlen; in xfs_alloc_ag_vextent_exact() 1262 if (tend < args->agbno + args->minlen) in xfs_alloc_ag_vextent_exact() 1271 args->len = XFS_AGBLOCK_MIN(tend, args->agbno + args->maxlen) in xfs_alloc_ag_vextent_exact() 1274 ASSERT(args->agbno + args->len <= tend); in xfs_alloc_ag_vextent_exact()
|
/kernel/linux/linux-5.10/Documentation/maintainer/ |
D | rebasing-and-merging.rst | 116 Larger subsystems tend to have multiple levels of maintainers, with the 139 trees tend to be a red flag when it comes time to push a branch upstream.
|
/kernel/linux/linux-5.10/Documentation/filesystems/nfs/ |
D | exporting.rst | 16 server-reboot (among other things, though these tend to be the most
|