Home
last modified time | relevance | path

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

12

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_dir2_leaf.c146 xfs_dir2_leaf_tail_t *ltp; in xfs_dir3_leaf_check_int() local
152 ltp = xfs_dir2_leaf_tail_p(geo, leaf); in xfs_dir3_leaf_check_int()
181 be32_to_cpu(ltp->bestcount)) in xfs_dir3_leaf_check_int()
337 struct xfs_dir2_leaf_tail *ltp; in xfs_dir3_leaf_init() local
340 ltp->bestcount = 0; in xfs_dir3_leaf_init()
475 ltp->bestcount = cpu_to_be32(1); in xfs_dir2_block_to_leaf()
476 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_block_to_leaf()
664 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_leaf_addname()
817 be32_add_cpu(&ltp->bestcount, 1); in xfs_dir2_leaf_addname()
1393 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_leaf_removename()
[all …]
H A Dxfs_da_format.h459 xfs_dir2_leaf_bests_p(struct xfs_dir2_leaf_tail *ltp) in xfs_dir2_leaf_bests_p() argument
461 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()
/openbmc/openbmc/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 Dsecurity_flags.inc64 SECURITY_STACK_PROTECTOR:pn-ltp = ""
H A Ddistro_alias.inc184 DISTRO_PN_ALIAS:pn-ltp = "Mandriva=ltp Ubuntu=ltp"
/openbmc/openbmc/poky/meta/recipes-extended/ltp/
H A Dltp_20240129.bb17 # since ltp contains x86-64 assembler which uses the frame-pointer register,
29 SRC_URI = "git://github.com/linux-test-project/ltp.git;branch=master;protocol=https \
41 # https://github.com/linux-test-project/ltp/commit/3fce2064b54843218d085aae326c8f7ecf3a8c41#diff-39…
46 # https://github.com/linux-test-project/ltp/commit/f94e0ef3b7280f886384703ef9019aaf2f2dfebb
60 # ltp network/rpc test cases ftbfs when libtirpc is found
75 # http://khack.osdl.org to retrieve ltp test results run on
119 # Avoid stripping some generated binaries otherwise some of the ltp tests such as ldd01 & nm01 fail
130 # https://github.com/linux-test-project/ltp/blob/master/ci/alpine.sh#L33
/openbmc/linux/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()
/openbmc/openbmc/poky/meta/recipes-extended/ltp/ltp/
H A D0001-scenario_groups-default-remove-connectors.patch9 Closes: https://github.com/linux-test-project/ltp/pull/1144
12 [https://github.com/linux-test-project/ltp/commit/14c710ca]
/openbmc/u-boot/drivers/mtd/ubispl/
H A Dubispl.c128 u32 *ltp; in ubi_add_peb_to_vol() local
143 ltp = vi->lebs_to_pebs + lnum; in ubi_add_peb_to_vol()
147 u32 cur_pnum = *ltp; in ubi_add_peb_to_vol()
162 *ltp = pnum; in ubi_add_peb_to_vol()
171 *ltp = pnum; in ubi_add_peb_to_vol()
183 *ltp = pnum; in ubi_add_peb_to_vol()
185 *ltp = pnum; in ubi_add_peb_to_vol()
/openbmc/openbmc/poky/meta/recipes-core/packagegroups/
H A Dpackagegroup-core-tools-testapps.bb51 ltp \
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.2.3.rst85 - ltp: Add kernel loopback module dependency
86 - ltp: add :term:`RDEPENDS` on findutils
101 - oeqa/runtime/ltp: Increase ltp test output timeout
H A Drelease-notes-4.0.5.rst58 - 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
H A Drelease-notes-4.0.13.rst107 - oeqa/runtime/ltp: Increase ltp test output timeout
H A Drelease-notes-4.0.6.rst102 - ltp: backport clock_gettime04 fix from upstream
H A Drelease-notes-4.1.3.rst111 - linux-yocto/5.15: ltp and squashfs fixes
H A Drelease-notes-4.0.rst548 - ltp: update 20210927 -> 20220121
549 - ltp: Update to 20210927
H A Drelease-notes-4.1.rst386 - ltp 20220121 -> 20220527
/openbmc/linux/fs/xfs/scrub/
H A Ddir.c456 struct xfs_dir2_leaf_tail *ltp; in xchk_directory_leaf1_bestfree() local
478 ltp = xfs_dir2_leaf_tail_p(geo, leaf); in xchk_directory_leaf1_bestfree()
479 bestcount = be32_to_cpu(ltp->bestcount); in xchk_directory_leaf1_bestfree()
480 bestp = xfs_dir2_leaf_bests_p(ltp); in xchk_directory_leaf1_bestfree()
/openbmc/qemu/docs/system/devices/
H A Digb.rst70 .. [2] https://github.com/linux-test-project/ltp
/openbmc/linux/Documentation/translations/zh_CN/dev-tools/
H A Dgcov.rst29 .. _lcov: http://ltp.sourceforge.net/coverage/lcov.php
/openbmc/openbmc/poky/documentation/test-manual/
H A Dtest-process.rst51 builds and doesn't trigger performance tests or ``ltp`` testing. The full
/openbmc/linux/Documentation/dev-tools/
H A Dgcov.rst26 .. _lcov: http://ltp.sourceforge.net/coverage/lcov.php

12