Home
last modified time | relevance | path

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

123

/linux-6.1.9/tools/testing/selftests/powerpc/tm/
Dtm-syscall-asm.S11 tend.
24 tend.
41 tend.
57 tend.
/linux-6.1.9/drivers/pnp/
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-6.1.9/arch/s390/kernel/
Dftrace.c78 const char *tstart, *tend; in ftrace_shared_hotpatch_trampoline() local
81 tend = ftrace_shared_hotpatch_trampoline_br_end; in ftrace_shared_hotpatch_trampoline()
85 tend = ftrace_shared_hotpatch_trampoline_exrl_end; in ftrace_shared_hotpatch_trampoline()
89 *end = tend; in ftrace_shared_hotpatch_trampoline()
/linux-6.1.9/tools/testing/selftests/net/
Dudpgso_bench_tx.c80 static unsigned long tend; variable
564 tdelta = tend - tstart; in print_audit_report()
664 tend = tnow; in main()
705 tend = tnow; in main()
/linux-6.1.9/Documentation/ABI/testing/
Dsysfs-bus-iio-dma-buffer5 DMA buffers tend to have a alignment requirement for the
Dsysfs-platform-kim20 Different platforms tend to have different high-speed
/linux-6.1.9/arch/powerpc/kernel/
Dfadump.c1264 u64 tstart, tend, spfn, epfn; in fadump_release_reserved_area() local
1272 tend = min_t(u64, epfn, reg_epfn); in fadump_release_reserved_area()
1274 if (tstart < tend) { in fadump_release_reserved_area()
1275 fadump_free_reserved_memory(tstart, tend); in fadump_release_reserved_area()
1277 if (tend == epfn) in fadump_release_reserved_area()
1280 spfn = tend; in fadump_release_reserved_area()
/linux-6.1.9/arch/alpha/kernel/
Dpci_iommu.c744 dma_addr_t tend; in alpha_pci_unmap_sg() local
773 tend = addr + size - 1; in alpha_pci_unmap_sg()
775 if (fend < tend) fend = tend; in alpha_pci_unmap_sg()
/linux-6.1.9/include/soc/fsl/qe/
Ducc_slow.h171 int tend; member
/linux-6.1.9/Documentation/arm/sunxi/
Dclocks.rst5 This document contains useful bits of information that people tend to ask
/linux-6.1.9/net/x25/
DKconfig13 network. Governments, banks, and other organizations tend to use it
/linux-6.1.9/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-6.1.9/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-6.1.9/drivers/iommu/intel/
DKconfig71 Current Graphics drivers tend to use physical address
/linux-6.1.9/Documentation/driver-api/media/
Dv4l2-intro.rst6 The V4L2 drivers tend to be very complex due to the complexity of the
Dcamera-sensor.rst85 specific parameters. Luckily, these parameters tend to be the same for more or
/linux-6.1.9/Documentation/process/
D8.Conclusion.rst40 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
178 matter is (1) kernel developers tend to be busy, (2) there is no shortage
/linux-6.1.9/drivers/soc/fsl/qe/
Ducc_slow.c277 if (us_info->tend) in ucc_slow_init()
/linux-6.1.9/Documentation/x86/i386/
DIO-APIC.rst112 boards tend to have a good configuration.
/linux-6.1.9/kernel/rcu/
DKconfig182 initialization. These systems tend to run CPU-bound, and thus
183 are not helped by synchronized interrupts, and thus tend to
/linux-6.1.9/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.
/linux-6.1.9/fs/xfs/libxfs/
Dxfs_alloc.c1225 xfs_agblock_t tend; /* end block of busy extent */ in xfs_alloc_ag_vextent_exact() local
1275 tend = tbno + tlen; in xfs_alloc_ag_vextent_exact()
1276 if (tend < args->agbno + args->minlen) in xfs_alloc_ag_vextent_exact()
1285 args->len = XFS_AGBLOCK_MIN(tend, args->agbno + args->maxlen) in xfs_alloc_ag_vextent_exact()
1288 ASSERT(args->agbno + args->len <= tend); in xfs_alloc_ag_vextent_exact()
/linux-6.1.9/tools/memory-model/Documentation/
Dglossary.txt135 Memory barriers thus tend to come in pairs, one executed by
/linux-6.1.9/Documentation/virt/kvm/x86/
Drunning-nested-guests.rst222 out because when reporting bugs, people tend to forget to even

123