Home
last modified time | relevance | path

Searched refs:tend (Results 1 – 25 of 58) sorted by relevance

123

/linux/tools/testing/selftests/powerpc/tm/
H A Dtm-syscall-asm.S11 tend.
24 tend.
41 tend.
57 tend.
/linux/drivers/pnp/
H A Dresource.c172 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 Dftrace.c55 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 Dudpgso_bench_tx.c81 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 Dpci_iommu.c741 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 Dsysfs-bus-iio-dma-buffer5 DMA buffers tend to have a alignment requirement for the
H A Dsysfs-platform-kim20 Different platforms tend to have different high-speed
/linux/Documentation/arch/arm/sunxi/
H A Dclocks.rst5 This document contains useful bits of information that people tend to ask
/linux/include/soc/fsl/qe/
H A Ducc_slow.h171 int tend; member
/linux/net/x25/
H A DKconfig13 network. Governments, banks, and other organizations tend to use it
/linux/Documentation/locking/
H A Dspinlocks.rst39 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 Dtransactional_memory.rst34 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 Dv4l2-intro.rst6 The V4L2 drivers tend to be very complex due to the complexity of the
/linux/Documentation/filesystems/xfs/
H A Dxfs-maintainer-entry-profile.rst49 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 D8.Conclusion.rst40 All of these books suffer from a common fault, though: they tend to be
H A D3.Early-stage.rst45 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 Ducc_slow.c277 if (us_info->tend) in ucc_slow_init()
/linux/Documentation/userspace-api/media/drivers/
H A Dcamera-sensor.rst52 specific parameters. Luckily, these parameters tend to be the same for more or
/linux/Documentation/arch/x86/i386/
H A DIO-APIC.rst112 boards tend to have a good configuration.
/linux/Documentation/maintainer/
H A Drebasing-and-merging.rst116 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 Dxfs_alloc.c1327 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 Dglossary.txt135 Memory barriers thus tend to come in pairs, one executed by
/linux/Documentation/dev-tools/
H A Dtesting-overview.rst112 These tools tend to test the kernel as a whole, and do not "pass" like
/linux/Documentation/mm/
H A Dnuma.rst95 Local allocation will tend to keep subsequent access to the allocated memory
/linux/Documentation/virt/kvm/x86/
H A Drunning-nested-guests.rst222 out because when reporting bugs, people tend to forget to even

123