Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/kernel/drivers/pnp/
H A 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()
/OK3568_Linux_fs/u-boot/test/py/tests/
H A Dtest_sleep.py18 tend = time.time()
19 elapsed = tend - tstart
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/tm/
H A Dtm-syscall-asm.S11 tend.
24 tend.
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A 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()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dfadump.c1244 u64 tstart, tend, spfn, epfn; in fadump_release_reserved_area() local
1252 tend = min_t(u64, epfn, reg_epfn); in fadump_release_reserved_area()
1254 if (tstart < tend) { in fadump_release_reserved_area()
1255 fadump_free_reserved_memory(tstart, tend); in fadump_release_reserved_area()
1257 if (tend == epfn) in fadump_release_reserved_area()
1260 spfn = tend; in fadump_release_reserved_area()
/OK3568_Linux_fs/yocto/poky/documentation/profile-manual/
H A Dexamples.rst16 the boot itself, especially the first one, since first boots tend to do
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/mtd/spi/
H A Dspi-flash.txt15 apply to Intel chipsets, which tend to memory-map flash.
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dpci_iommu.c769 dma_addr_t tend; in alpha_pci_unmap_sg() local
798 tend = addr + size - 1; in alpha_pci_unmap_sg()
800 if (fend < tend) fend = tend; in alpha_pci_unmap_sg()
/OK3568_Linux_fs/app/forlinx/quectelCM/libmnl/
H A DREADME11 tend to hide Netlink details.
/OK3568_Linux_fs/buildroot/package/patchelf/
H A D0007-fix-adjusting-startPage.patch31 since DYN executables tend to start at virtual address 0, so
H A D0005-Avoid-inflating-file-sizes-needlessly-and-allow-bina.patch113 - executables also tend to start at virtual address 0, so
123 + since DYN executables tend to start at virtual address 0, so
/OK3568_Linux_fs/kernel/Documentation/arm/sunxi/
H A Dclocks.rst5 This document contains useful bits of information that people tend to ask
/OK3568_Linux_fs/kernel/include/soc/fsl/qe/
H A Ducc_slow.h171 int tend; member
/OK3568_Linux_fs/u-boot/drivers/core/
H A DKconfig98 Hardware peripherals tend to have one or more sets of registers
108 Hardware peripherals tend to have one or more sets of registers
118 Hardware peripherals tend to have one or more sets of registers
/OK3568_Linux_fs/kernel/net/x25/
H A DKconfig13 network. Governments, banks, and other organizations tend to use it
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/drivers/iommu/intel/
H A DKconfig61 Current Graphics drivers tend to use physical address
/OK3568_Linux_fs/kernel/Documentation/driver-api/media/
H A Dv4l2-intro.rst6 The V4L2 drivers tend to be very complex due to the complexity of the
/OK3568_Linux_fs/kernel/kernel/rcu/
H A DKconfig155 initialization. These systems tend to run CPU-bound, and thus
156 are not helped by synchronized interrupts, and thus tend to
/OK3568_Linux_fs/kernel/Documentation/process/
H A D8.Conclusion.rst42 All of these books suffer from a common fault, though: they tend to be
/OK3568_Linux_fs/kernel/drivers/soc/fsl/qe/
H A Ducc_slow.c277 if (us_info->tend) in ucc_slow_init()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench-3.0-a9/
H A Dupdate-results-script.patch59 # Certain machines tend to barf when you try and bcopy 8MB.

1234