/linux/tools/testing/selftests/powerpc/tm/ |
H A D | tm-syscall-asm.S | 11 tend. 24 tend. 41 tend. 57 tend.
|
/linux/drivers/pnp/ |
H A 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/arch/s390/kernel/ |
H A D | ftrace.c | 55 const char *tstart, *tend; in ftrace_shared_hotpatch_trampoline() local 58 tend = ftrace_shared_hotpatch_trampoline_br_end; in ftrace_shared_hotpatch_trampoline() 62 tend = ftrace_shared_hotpatch_trampoline_exrl_end; in ftrace_shared_hotpatch_trampoline() 66 *end = tend; in ftrace_shared_hotpatch_trampoline()
|
/linux/tools/testing/selftests/net/ |
H A 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/arch/alpha/kernel/ |
H A D | pci_iommu.c | 741 dma_addr_t tend; in alpha_pci_unmap_sg() local 770 tend = addr + size - 1; in alpha_pci_unmap_sg() 772 if (fend < tend) fend = tend; in alpha_pci_unmap_sg()
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-iio-dma-buffer | 5 DMA buffers tend to have a alignment requirement for the
|
H A D | sysfs-platform-kim | 20 Different platforms tend to have different high-speed
|
/linux/Documentation/arch/arm/sunxi/ |
H A D | clocks.rst | 5 This document contains useful bits of information that people tend to ask
|
/linux/include/soc/fsl/qe/ |
H A D | ucc_slow.h | 171 int tend; member
|
/linux/net/x25/ |
H A D | Kconfig | 13 network. Governments, banks, and other organizations tend to use it
|
/linux/Documentation/locking/ |
H A 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/Documentation/arch/powerpc/ |
H A 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/Documentation/driver-api/media/ |
H A D | v4l2-intro.rst | 6 The V4L2 drivers tend to be very complex due to the complexity of the
|
/linux/Documentation/filesystems/xfs/ |
H A 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/Documentation/process/ |
H A D | 8.Conclusion.rst | 40 All of these books suffer from a common fault, though: they tend to be
|
H A 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/drivers/soc/fsl/qe/ |
H A D | ucc_slow.c | 277 if (us_info->tend) in ucc_slow_init()
|
/linux/Documentation/userspace-api/media/drivers/ |
H A D | camera-sensor.rst | 52 specific parameters. Luckily, these parameters tend to be the same for more or
|
/linux/Documentation/arch/x86/i386/ |
H A D | IO-APIC.rst | 112 boards tend to have a good configuration.
|
/linux/Documentation/maintainer/ |
H A 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/fs/xfs/libxfs/ |
H A D | xfs_alloc.c | 1327 xfs_agblock_t tend; /* end block of busy extent */ in xfs_alloc_ag_vextent_exact() local 1379 tend = tbno + tlen; in xfs_alloc_ag_vextent_exact() 1380 if (tend < args->agbno + args->minlen) in xfs_alloc_ag_vextent_exact() 1389 args->len = XFS_AGBLOCK_MIN(tend, args->agbno + args->maxlen) in xfs_alloc_ag_vextent_exact() 1392 ASSERT(args->agbno + args->len <= tend); in xfs_alloc_ag_vextent_exact()
|
/linux/tools/memory-model/Documentation/ |
H A D | glossary.txt | 135 Memory barriers thus tend to come in pairs, one executed by
|
/linux/Documentation/dev-tools/ |
H A D | testing-overview.rst | 112 These tools tend to test the kernel as a whole, and do not "pass" like
|
/linux/Documentation/mm/ |
H A D | numa.rst | 95 Local allocation will tend to keep subsequent access to the allocated memory
|
/linux/Documentation/virt/kvm/x86/ |
H A D | running-nested-guests.rst | 222 out because when reporting bugs, people tend to forget to even
|