/openbmc/linux/tools/testing/selftests/amd-pstate/ |
H A D | basic.sh | 27 if ! /sbin/modprobe -q -n amd-pstate-ut; then 31 if /sbin/modprobe -q amd-pstate-ut; then 32 /sbin/modprobe -q -r amd-pstate-ut
|
/openbmc/u-boot/test/ |
H A D | Kconfig | 5 U-Boot. Test suites will be subcommands of the "ut" command. 14 Enables the 'ut lib' command which tests library functions like 21 Enables the 'ut time' command which tests that the time functions 31 Enables the 'ut unicode' command which tests that the functions for
|
H A D | Makefile | 7 obj-$(CONFIG_UNIT_TEST) += ut.o
|
H A D | cmd_ut.c | 131 ut, CONFIG_SYS_MAXARGS, 1, do_ut,
|
/openbmc/linux/fs/hfs/ |
H A D | hfs_fs.h | 260 time64_t ut = (u32)(be32_to_cpu(mt) - HFS_UTC_OFFSET); in __hfs_m_to_utime() local 262 return ut + sys_tz.tz_minuteswest * 60; in __hfs_m_to_utime() 265 static inline __be32 __hfs_u_to_mtime(time64_t ut) in __hfs_u_to_mtime() argument 267 ut -= sys_tz.tz_minuteswest * 60; in __hfs_u_to_mtime() 269 return cpu_to_be32(lower_32_bits(ut) + HFS_UTC_OFFSET); in __hfs_u_to_mtime()
|
/openbmc/linux/kernel/sched/ |
H A D | cputime.c | 457 u64 *ut, u64 *st) in cputime_adjust() argument 459 *ut = curr->utime; in cputime_adjust() 463 void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in task_cputime_adjusted() argument 465 *ut = p->utime; in task_cputime_adjusted() 470 void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in thread_group_cputime_adjusted() argument 476 *ut = cputime.utime; in thread_group_cputime_adjusted() 559 u64 *ut, u64 *st) in cputime_adjust() argument 631 *ut = prev->utime; in cputime_adjust() 636 void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in task_cputime_adjusted() argument 644 cputime_adjust(&cputime, &p->prev_cputime, ut, st); in task_cputime_adjusted() [all …]
|
/openbmc/linux/include/linux/sched/ |
H A D | cputime.h | 47 extern void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st); 48 extern void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st); 50 u64 *ut, u64 *st);
|
/openbmc/linux/drivers/ata/ |
H A D | pata_via.c | 254 int ut; in via_do_set_mode() local 298 ut = t.udma ? (0xe0 | (clamp_val(t.udma, 2, 5) - 2)) : 0x03; in via_do_set_mode() 301 ut = t.udma ? (0xe8 | (clamp_val(t.udma, 2, 9) - 2)) : 0x0f; in via_do_set_mode() 304 ut = t.udma ? (0xe0 | (clamp_val(t.udma, 2, 9) - 2)) : 0x07; in via_do_set_mode() 307 ut = t.udma ? (0xe0 | (clamp_val(t.udma, 2, 9) - 2)) : 0x07; in via_do_set_mode() 323 udma_etc |= ut; in via_do_set_mode()
|
/openbmc/telemetry/tests/ |
H A D | meson.build | 15 'telemetry-ut', 17 'telemetry-ut',
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/ |
H A D | 0005-enable-out-of-source-tree-builds.patch | 16 ut/Makefile.am | 36 ++++++++++++++++++------------------ 114 --- a/ut/Makefile.am 115 +++ b/ut/Makefile.am
|
/openbmc/linux/net/xfrm/ |
H A D | xfrm_user.c | 1762 static void copy_templates(struct xfrm_policy *xp, struct xfrm_user_tmpl *ut, in copy_templates() argument 1768 for (i = 0; i < nr; i++, ut++) { in copy_templates() 1771 memcpy(&t->id, &ut->id, sizeof(struct xfrm_id)); in copy_templates() 1772 memcpy(&t->saddr, &ut->saddr, in copy_templates() 1774 t->reqid = ut->reqid; in copy_templates() 1775 t->mode = ut->mode; in copy_templates() 1776 t->share = ut->share; in copy_templates() 1777 t->optional = ut->optional; in copy_templates() 1778 t->aalgos = ut->aalgos; in copy_templates() 1779 t->ealgos = ut->ealgos; in copy_templates() [all …]
|
/openbmc/linux/drivers/vdpa/mlx5/net/ |
H A D | debug.c | 98 static const char *ut = "untagged"; in mlx5_vdpa_add_rx_counters() local 108 strcpy(vidstr, ut); in mlx5_vdpa_add_rx_counters()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/ |
H A D | 0001-Do-not-use-bundled-packages.patch | 53 add_library(ut INTERFACE) 54 @@ -272,9 +266,7 @@ target_include_directories(ut SYSTEM INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}/thir
|
/openbmc/u-boot/test/env/ |
H A D | Kconfig | 5 This enables the 'ut env' command which runs a series of unit
|
/openbmc/linux/fs/hfsplus/ |
H A D | hfsplus_fs.h | 546 time64_t ut = (u32)(be32_to_cpu(mt) - HFSPLUS_UTC_OFFSET); in __hfsp_mt2ut() local 548 return ut; in __hfsp_mt2ut() 551 static inline __be32 __hfsp_ut2mt(time64_t ut) in __hfsp_ut2mt() argument 553 return cpu_to_be32(lower_32_bits(ut) + HFSPLUS_UTC_OFFSET); in __hfsp_ut2mt()
|
/openbmc/u-boot/test/overlay/ |
H A D | Kconfig | 7 This enables the 'ut overlay' command which runs a series of unit
|
/openbmc/u-boot/test/dm/ |
H A D | Kconfig | 5 This enables the 'ut dm' command which runs a series of unit
|
/openbmc/linux/drivers/clk/baikal-t1/ |
H A D | ccu-pll.c | 91 unsigned long ud, ut; in ccu_pll_reset() local 95 ut = ud * CCU_PLL_LOCK_CHECK_RETRIES; in ccu_pll_reset() 101 val & CCU_PLL_CTL_LOCK, ud, ut); in ccu_pll_reset()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fontforge/ |
H A D | fontforge_20230101.bb | 37 # cp ${STAGING_INCDIR}/ut*.h ${S}/uthash/src
|
/openbmc/telemetry/ |
H A D | README.md | 43 ./tests/telemetry-ut
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
H A D | 0003-FF-A-v15-lib-uuid-introduce-testcase-for-uuid_str_to.patch | 65 +#include <test/ut.h>
|
H A D | 0008-FF-A-v15-arm_ffa-introduce-armffa-command-Sandbox-te.patch | 74 +#include <test/ut.h>
|
H A D | 0007-FF-A-v15-arm_ffa-introduce-sandbox-test-cases-for-UC.patch | 95 +#include <test/ut.h>
|
/openbmc/u-boot/test/py/ |
H A D | README.md | 158 - `'ut or hush'` runs only tests with "ut" or "hush" in their name. 159 - `'not (ut or hush)'` runs everything except tests with "ut" or "hush" in
|
/openbmc/linux/drivers/cpufreq/ |
H A D | Makefile | 33 obj-$(CONFIG_X86_AMD_PSTATE_UT) += amd-pstate-ut.o
|