Home
last modified time | relevance | path

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

1234

/openbmc/linux/tools/testing/selftests/powerpc/tm/
H A Dtm-syscall-asm.S11 tend.
24 tend.
41 tend.
57 tend.
/openbmc/u-boot/test/py/tests/
H A Dtest_sleep.py30 tend = time.time()
31 elapsed = tend - tstart
/openbmc/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()
/openbmc/linux/arch/s390/kernel/
H A Dftrace.c58 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()
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/
H A D+-bmc-gbmcbrusb.network6 # USB speeds tend to be better than 100mbit (100 cost) but worse
/openbmc/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()
/openbmc/openbmc/poky/documentation/profile-manual/
H A Dexamples.rst16 the boot itself, especially the first one, since first boots tend to do
/openbmc/u-boot/doc/device-tree-bindings/mtd/spi/
H A Dspi-flash.txt15 apply to Intel chipsets, which tend to memory-map flash.
/openbmc/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
/openbmc/linux/arch/powerpc/kernel/
H A Dfadump.c1265 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()
/openbmc/linux/arch/alpha/kernel/
H A Dpci_iommu.c746 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()
/openbmc/linux/Documentation/arch/arm/sunxi/
H A Dclocks.rst5 This document contains useful bits of information that people tend to ask
/openbmc/linux/include/soc/fsl/qe/
H A Ducc_slow.h171 int tend; member
/openbmc/linux/net/x25/
H A DKconfig13 network. Governments, banks, and other organizations tend to use it
/openbmc/u-boot/drivers/core/
H A DKconfig106 Hardware peripherals tend to have one or more sets of registers
116 Hardware peripherals tend to have one or more sets of registers
126 Hardware peripherals tend to have one or more sets of registers
/openbmc/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
/openbmc/linux/Documentation/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
/openbmc/entity-manager/
H A DCONFIG_FORMAT.md15 contrast, reactors tend to scale as a logarithm of system count, with each
19 - Reactor writers tend to be domain experts on their subsystem, and
47 similar, there tend to be significant differences in featuresets, bugs,
/openbmc/linux/Documentation/driver-api/media/
H A Dv4l2-intro.rst6 The V4L2 drivers tend to be very complex due to the complexity of the
/openbmc/linux/Documentation/process/
H A D8.Conclusion.rst40 All of these books suffer from a common fault, though: they tend to be
/openbmc/linux/drivers/iommu/intel/
H A DKconfig70 Current Graphics drivers tend to use physical address
/openbmc/bmcweb/
H A DCOMMON_ERRORS.md3 What follows is a list of common errors that new users to bmcweb tend to make
124 functions that tend to be called incorrectly are:
301 The above methods tend to be misused to accept user data and parse various
/openbmc/linux/Documentation/filesystems/
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.
/openbmc/linux/drivers/soc/fsl/qe/
H A Ducc_slow.c277 if (us_info->tend) in ucc_slow_init()

1234