/Linux-v6.6/tools/testing/selftests/powerpc/tm/ |
D | tm-syscall-asm.S | 11 tend. 24 tend. 41 tend. 57 tend.
|
/Linux-v6.6/drivers/pnp/ |
D | resource.c | 172 resource_size_t *port, *end, *tport, *tend; in pnp_check_port() local 201 tend = &tres->end; in pnp_check_port() 202 if (ranged_conflict(port, end, tport, tend)) in pnp_check_port() 220 tend = &tres->end; in pnp_check_port() 221 if (ranged_conflict(port, end, tport, tend)) in pnp_check_port() 235 resource_size_t *addr, *end, *taddr, *tend; in pnp_check_mem() local 264 tend = &tres->end; in pnp_check_mem() 265 if (ranged_conflict(addr, end, taddr, tend)) in pnp_check_mem() 283 tend = &tres->end; in pnp_check_mem() 284 if (ranged_conflict(addr, end, taddr, tend)) in pnp_check_mem()
|
/Linux-v6.6/arch/s390/kernel/ |
D | ftrace.c | 58 const char *tstart, *tend; in ftrace_shared_hotpatch_trampoline() local 61 tend = ftrace_shared_hotpatch_trampoline_br_end; in ftrace_shared_hotpatch_trampoline() 65 tend = ftrace_shared_hotpatch_trampoline_exrl_end; in ftrace_shared_hotpatch_trampoline() 69 *end = tend; in ftrace_shared_hotpatch_trampoline()
|
/Linux-v6.6/tools/testing/selftests/net/ |
D | udpgso_bench_tx.c | 81 static unsigned long tend; variable 586 tdelta = tend - tstart; in print_audit_report() 686 tend = tnow; in main() 727 tend = tnow; in main()
|
/Linux-v6.6/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
|
/Linux-v6.6/arch/powerpc/kernel/ |
D | fadump.c | 1265 u64 tstart, tend, spfn, epfn; in fadump_release_reserved_area() local 1273 tend = min_t(u64, epfn, reg_epfn); in fadump_release_reserved_area() 1275 if (tstart < tend) { in fadump_release_reserved_area() 1276 fadump_free_reserved_memory(tstart, tend); in fadump_release_reserved_area() 1278 if (tend == epfn) in fadump_release_reserved_area() 1281 spfn = tend; in fadump_release_reserved_area()
|
/Linux-v6.6/arch/alpha/kernel/ |
D | pci_iommu.c | 746 dma_addr_t tend; in alpha_pci_unmap_sg() local 775 tend = addr + size - 1; in alpha_pci_unmap_sg() 777 if (fend < tend) fend = tend; in alpha_pci_unmap_sg()
|
/Linux-v6.6/Documentation/arch/arm/sunxi/ |
D | clocks.rst | 5 This document contains useful bits of information that people tend to ask
|
/Linux-v6.6/include/soc/fsl/qe/ |
D | ucc_slow.h | 171 int tend; member
|
/Linux-v6.6/net/x25/ |
D | Kconfig | 13 network. Governments, banks, and other organizations tend to use it
|
/Linux-v6.6/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
|
/Linux-v6.6/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
|
/Linux-v6.6/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 | 85 specific parameters. Luckily, these parameters tend to be the same for more or
|
/Linux-v6.6/Documentation/process/ |
D | 8.Conclusion.rst | 40 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 178 matter is (1) kernel developers tend to be busy, (2) there is no shortage
|
/Linux-v6.6/drivers/iommu/intel/ |
D | Kconfig | 70 Current Graphics drivers tend to use physical address
|
/Linux-v6.6/Documentation/filesystems/ |
D | xfs-maintainer-entry-profile.rst | 49 Senior developers tend to be more active participants in the IRC channel. 97 There tend to be six separate LTS trees at any given time.
|
/Linux-v6.6/drivers/soc/fsl/qe/ |
D | ucc_slow.c | 277 if (us_info->tend) in ucc_slow_init()
|
/Linux-v6.6/Documentation/arch/x86/i386/ |
D | IO-APIC.rst | 112 boards tend to have a good configuration.
|
/Linux-v6.6/kernel/rcu/ |
D | Kconfig | 177 initialization. These systems tend to run CPU-bound, and thus 178 are not helped by synchronized interrupts, and thus tend to
|
/Linux-v6.6/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.
|
/Linux-v6.6/fs/xfs/libxfs/ |
D | xfs_alloc.c | 1193 xfs_agblock_t tend; /* end block of busy extent */ in xfs_alloc_ag_vextent_exact() local 1243 tend = tbno + tlen; in xfs_alloc_ag_vextent_exact() 1244 if (tend < args->agbno + args->minlen) in xfs_alloc_ag_vextent_exact() 1253 args->len = XFS_AGBLOCK_MIN(tend, args->agbno + args->maxlen) in xfs_alloc_ag_vextent_exact() 1256 ASSERT(args->agbno + args->len <= tend); in xfs_alloc_ag_vextent_exact()
|
/Linux-v6.6/tools/memory-model/Documentation/ |
D | glossary.txt | 135 Memory barriers thus tend to come in pairs, one executed by
|