Home
last modified time | relevance | path

Searched refs:ltp (Results 1 – 25 of 34) sorted by relevance

12

/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_dir2_leaf.c145 xfs_dir2_leaf_tail_t *ltp; in xfs_dir3_leaf_check_int() local
149 ltp = xfs_dir2_leaf_tail_p(geo, leaf); in xfs_dir3_leaf_check_int()
162 (char *)&hdr->ents[hdr->count] > (char *)xfs_dir2_leaf_bests_p(ltp)) in xfs_dir3_leaf_check_int()
328 struct xfs_dir2_leaf_tail *ltp; in xfs_dir3_leaf_init() local
330 ltp = xfs_dir2_leaf_tail_p(mp->m_dir_geo, leaf); in xfs_dir3_leaf_init()
331 ltp->bestcount = 0; in xfs_dir3_leaf_init()
388 xfs_dir2_leaf_tail_t *ltp; /* leaf's tail */ in xfs_dir2_block_to_leaf() local
465 ltp = xfs_dir2_leaf_tail_p(args->geo, leaf); in xfs_dir2_block_to_leaf()
466 ltp->bestcount = cpu_to_be32(1); in xfs_dir2_block_to_leaf()
467 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_block_to_leaf()
[all …]
H A Dxfs_da_format.h458 xfs_dir2_leaf_bests_p(struct xfs_dir2_leaf_tail *ltp) in xfs_dir2_leaf_bests_p() argument
460 return (__be16 *)ltp - be32_to_cpu(ltp->bestcount); in xfs_dir2_leaf_bests_p()
H A Dxfs_dir2_block.c936 xfs_dir2_leaf_tail_t *ltp; /* leaf tail structure */ in xfs_dir2_leaf_to_block() local
954 ltp = xfs_dir2_leaf_tail_p(args->geo, leaf); in xfs_dir2_leaf_to_block()
968 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_leaf_to_block()
969 if (be16_to_cpu(bestsp[be32_to_cpu(ltp->bestcount) - 1]) == in xfs_dir2_leaf_to_block()
973 (xfs_dir2_db_t)(be32_to_cpu(ltp->bestcount) - 1)))) in xfs_dir2_leaf_to_block()
H A Dxfs_dir2_node.c416 xfs_dir2_leaf_tail_t *ltp; /* leaf tail structure */ in xfs_dir2_leaf_to_node() local
442 ltp = xfs_dir2_leaf_tail_p(args->geo, leaf); in xfs_dir2_leaf_to_node()
443 if (be32_to_cpu(ltp->bestcount) > in xfs_dir2_leaf_to_node()
453 from = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_leaf_to_node()
454 for (i = n = 0; i < be32_to_cpu(ltp->bestcount); i++, from++) { in xfs_dir2_leaf_to_node()
465 freehdr.nvalid = be32_to_cpu(ltp->bestcount); in xfs_dir2_leaf_to_node()
/OK3568_Linux_fs/buildroot/package/ltp-testsuite/
H A Dltp-testsuite.hash1 # From: https://github.com/linux-test-project/ltp/releases/download/20210927/ltp-full-20210927.tar.…
2 sha1 dad7737f609e358c4060cb446b9cae5c026fc137 ltp-full-20210927.tar.xz
5 sha256 779e9e5cc9af4f2b3d4cb32f5439ebd635504d2c4591bf900f0942dac290ed15 ltp-full-20210927.tar.xz
H A DConfig.in5 # provided in ltp-testsuite
12 bool "ltp-testsuite"
39 comment "ltp-testsuite needs a toolchain w/ NPTL"
H A Dltp-testsuite.mk8 LTP_TESTSUITE_SOURCE = ltp-full-$(LTP_TESTSUITE_VERSION).tar.xz
9 LTP_TESTSUITE_SITE = https://github.com/linux-test-project/ltp/releases/download/$(LTP_TESTSUITE_VE…
34 LTP_TESTSUITE_CONF_OPTS += --prefix=/usr/lib/ltp-testsuite
H A D0004-lapi-Create-if_addr.h-and-reuse-it-in-rtnetlink.h.patch12 [ upstream status: https://lore.kernel.org/ltp/20210930183058.5240-3-petr.vorel@gmail.com/T/#u ]
H A D0005-lapi-if_addr.h-Define-IFA_FLAGS.patch21 [ upstream status: https://lore.kernel.org/ltp/20210930183058.5240-4-petr.vorel@gmail.com/T/#u ]
H A D0001-lapi-Add-sysinfo.h-to-fix-build-with-MUSL-libc.patch31 https://patchwork.ozlabs.org/project/ltp/patch/20201001231256.6930-1-petr.vorel@gmail.com/,
/OK3568_Linux_fs/yocto/poky/meta/conf/distro/include/
H A Ddefault-providers.inc50 # Alternative is ltp-ddt in meta-oe: meta-oe/recipes-devtools/ltp-ddt/ltp-ddt_0.0.4.bb
51 PREFERRED_PROVIDER_ltp ?= "ltp"
H A Ddistro_alias.inc184 DISTRO_PN_ALIAS:pn-ltp = "Mandriva=ltp Ubuntu=ltp"
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/ltp/
H A Dltp_20220121.bb17 # since ltp contains x86-64 assembler which uses the frame-pointer register,
27 SRC_URI = "git://github.com/linux-test-project/ltp.git;branch=master;protocol=https \
47 # ltp network/rpc test cases ftbfs when libtirpc is found
62 # http://khack.osdl.org to retrieve ltp test results run on
113 # Avoid stripping some generated binaries otherwise some of the ltp tests such as ldd01 & nm01 fail
124 # https://github.com/linux-test-project/ltp/blob/master/ci/alpine.sh#L33
/OK3568_Linux_fs/kernel/include/linux/
H A Drbtree_latch.h83 struct latch_tree_node *ltp; in __lt_insert() local
87 ltp = __lt_from_rb(parent, idx); in __lt_insert()
89 if (less(ltn, ltp)) in __lt_insert()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Datomisp_acc.c214 struct atomisp_acc_fw_load_to_pipe ltp = {0}; in atomisp_acc_load() local
217 ltp.flags = ATOMISP_ACC_FW_LOAD_FL_ACC; in atomisp_acc_load()
218 ltp.type = ATOMISP_ACC_FW_LOAD_TYPE_STANDALONE; in atomisp_acc_load()
219 ltp.size = user_fw->size; in atomisp_acc_load()
220 ltp.data = user_fw->data; in atomisp_acc_load()
221 r = atomisp_acc_load_to_pipe(asd, &ltp); in atomisp_acc_load()
222 user_fw->fw_handle = ltp.fw_handle; in atomisp_acc_load()
/OK3568_Linux_fs/u-boot/drivers/mtd/ubispl/
H A Dubispl.c129 u32 *ltp; in ubi_add_peb_to_vol() local
144 ltp = vi->lebs_to_pebs + lnum; in ubi_add_peb_to_vol()
148 u32 cur_pnum = *ltp; in ubi_add_peb_to_vol()
163 *ltp = pnum; in ubi_add_peb_to_vol()
172 *ltp = pnum; in ubi_add_peb_to_vol()
184 *ltp = pnum; in ubi_add_peb_to_vol()
186 *ltp = pnum; in ubi_add_peb_to_vol()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/lcov/
H A Dlcov_1.14.bb2 HOMEPAGE = "http://ltp.sourceforge.net/coverage/lcov.php"
53 http://downloads.sourceforge.net/ltp/${BP}.tar.gz \
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/ltp/ltp/
H A D0001-metadata-parse.sh-sort-filelist-for-reproducibility.patch8 Upstream-Status: Submitted [https://github.com/linux-test-project/ltp/pull/907]
H A D0001-syscalls-pread02-extend-buffer-to-avoid-glibc-overflow-detection.patch33 [https://github.com/linux-test-project/ltp/commit/de988c9b5605a711b306c4203545b8d761875177]
H A D0001-clock_gettime04-set-threshold-based-on-the-clock-res.patch29 [https://github.com/linux-test-project/ltp/commit/9851deb86ef257a98d7433280161d8ca685aa669]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/packagegroups/
H A Dpackagegroup-core-tools-testapps.bb54 ltp \
/OK3568_Linux_fs/kernel/fs/xfs/scrub/
H A Ddir.c489 struct xfs_dir2_leaf_tail *ltp; in xchk_directory_leaf1_bestfree() local
511 ltp = xfs_dir2_leaf_tail_p(geo, leaf); in xchk_directory_leaf1_bestfree()
512 bestcount = be32_to_cpu(ltp->bestcount); in xchk_directory_leaf1_bestfree()
513 bestp = xfs_dir2_leaf_bests_p(ltp); in xchk_directory_leaf1_bestfree()
/OK3568_Linux_fs/yocto/poky/documentation/test-manual/
H A Dtest-process.rst54 builds and doesn't trigger performance tests or ltp testing. The full
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Drelease-notes-4.0.5.rst56 - ltp: Fix pread02 case trigger the glibc overflow detection
H A Drelease-notes-4.0.7.rst85 - linux-yocto/5.15: ltp and squashfs fixes

12