Home
last modified time | relevance | path

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

123

/Linux-v5.4/tools/testing/selftests/powerpc/tm/
Dtm-syscall-asm.S11 tend.
24 tend.
/Linux-v5.4/drivers/pnp/
Dresource.c171 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-v5.4/tools/testing/selftests/net/
Dudpgso_bench_tx.c80 static unsigned long tend; variable
557 tdelta = tend - tstart; in print_audit_report()
657 tend = tnow; in main()
698 tend = tnow; in main()
/Linux-v5.4/arch/powerpc/kernel/
Dfadump.c1135 u64 tstart, tend, spfn, epfn; in fadump_release_reserved_area() local
1142 tend = min_t(u64, epfn, memblock_region_memory_end_pfn(reg)); in fadump_release_reserved_area()
1143 if (tstart < tend) { in fadump_release_reserved_area()
1144 fadump_free_reserved_memory(tstart, tend); in fadump_release_reserved_area()
1146 if (tend == epfn) in fadump_release_reserved_area()
1149 spfn = tend; in fadump_release_reserved_area()
/Linux-v5.4/include/soc/fsl/qe/
Ducc_slow.h171 int tend; member
/Linux-v5.4/arch/alpha/kernel/
Dpci_iommu.c774 dma_addr_t tend; in alpha_pci_unmap_sg() local
803 tend = addr + size - 1; in alpha_pci_unmap_sg()
805 if (fend < tend) fend = tend; in alpha_pci_unmap_sg()
/Linux-v5.4/Documentation/arm/sunxi/
Dclocks.rst5 This document contains useful bits of information that people tend to ask
/Linux-v5.4/net/x25/
DKconfig13 network. Governments, banks, and other organizations tend to use it
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-platform-kim19 Different platforms tend to have different high-speed
/Linux-v5.4/Documentation/powerpc/
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-v5.4/Documentation/locking/
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-v5.4/drivers/staging/iio/Documentation/
Ddevice.txt26 pointer to a structure with elements that tend to be fixed for
/Linux-v5.4/kernel/rcu/
DKconfig127 initialization. These systems tend to run CPU-bound, and thus
128 are not helped by synchronized interrupts, and thus tend to
/Linux-v5.4/Documentation/media/kapi/
Dv4l2-intro.rst6 The V4L2 drivers tend to be very complex due to the complexity of the
/Linux-v5.4/Documentation/process/
D8.Conclusion.rst42 All of these books suffer from a common fault, though: they tend to be
D3.Early-stage.rst45 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
Ddeprecated.rst76 :c:func:`kstrtoul`, and :c:func:`kstrtoull` functions tend to be the
/Linux-v5.4/drivers/soc/fsl/qe/
Ducc_slow.c283 if (us_info->tend) in ucc_slow_init()
/Linux-v5.4/Documentation/x86/i386/
DIO-APIC.rst112 boards tend to have a good configuration.
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_alloc.c889 xfs_agblock_t tend; /* end block of busy extent */ in xfs_alloc_ag_vextent_exact() local
936 tend = tbno + tlen; in xfs_alloc_ag_vextent_exact()
937 if (tend < args->agbno + args->minlen) in xfs_alloc_ag_vextent_exact()
946 args->len = XFS_AGBLOCK_MIN(tend, args->agbno + args->maxlen) in xfs_alloc_ag_vextent_exact()
949 ASSERT(args->agbno + args->len <= tend); in xfs_alloc_ag_vextent_exact()
/Linux-v5.4/Documentation/maintainer/
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.
Dpull-requests.rst81 And yes, I will edit the message. Partly because I tend to do just
/Linux-v5.4/Documentation/filesystems/nfs/
Dexporting.rst16 server-reboot (among other things, though these tend to be the most
/Linux-v5.4/Documentation/vm/
Dnuma.rst97 Local allocation will tend to keep subsequent access to the allocated memory
/Linux-v5.4/drivers/macintosh/
DKconfig20 are connected to an ADB port. ADB devices tend to have 4 pins.

123