/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_dir2_leaf.c | 146 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(<p->bestcount, 1); in xfs_dir2_leaf_addname() 1393 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_leaf_removename() [all …]
|
H A D | xfs_da_format.h | 459 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 D | xfs_dir2_block.c | 936 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 D | xfs_dir2_node.c | 416 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 D | default-providers.inc | 50 # 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 D | security_flags.inc | 64 SECURITY_STACK_PROTECTOR:pn-ltp = ""
|
H A D | distro_alias.inc | 184 DISTRO_PN_ALIAS:pn-ltp = "Mandriva=ltp Ubuntu=ltp"
|
/openbmc/openbmc/poky/meta/recipes-extended/ltp/ |
H A D | ltp_20240129.bb | 17 # 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 D | rbtree_latch.h | 83 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 D | 0001-scenario_groups-default-remove-connectors.patch | 9 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 D | ubispl.c | 128 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 D | packagegroup-core-tools-testapps.bb | 51 ltp \
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.2.3.rst | 85 - ltp: Add kernel loopback module dependency 86 - ltp: add :term:`RDEPENDS` on findutils 101 - oeqa/runtime/ltp: Increase ltp test output timeout
|
H A D | release-notes-4.0.5.rst | 58 - ltp: Fix pread02 case trigger the glibc overflow detection
|
H A D | release-notes-4.0.7.rst | 85 - linux-yocto/5.15: ltp and squashfs fixes
|
H A D | release-notes-4.0.13.rst | 107 - oeqa/runtime/ltp: Increase ltp test output timeout
|
H A D | release-notes-4.0.6.rst | 102 - ltp: backport clock_gettime04 fix from upstream
|
H A D | release-notes-4.1.3.rst | 111 - linux-yocto/5.15: ltp and squashfs fixes
|
H A D | release-notes-4.0.rst | 548 - ltp: update 20210927 -> 20220121 549 - ltp: Update to 20210927
|
H A D | release-notes-4.1.rst | 386 - ltp 20220121 -> 20220527
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | dir.c | 456 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 D | igb.rst | 70 .. [2] https://github.com/linux-test-project/ltp
|
/openbmc/linux/Documentation/translations/zh_CN/dev-tools/ |
H A D | gcov.rst | 29 .. _lcov: http://ltp.sourceforge.net/coverage/lcov.php
|
/openbmc/openbmc/poky/documentation/test-manual/ |
H A D | test-process.rst | 51 builds and doesn't trigger performance tests or ``ltp`` testing. The full
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | gcov.rst | 26 .. _lcov: http://ltp.sourceforge.net/coverage/lcov.php
|