Home
last modified time | relevance | path

Searched refs:ut (Results 1 – 25 of 32) sorted by relevance

12

/openbmc/linux/tools/testing/selftests/amd-pstate/
H A Dbasic.sh27 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 DKconfig5 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 DMakefile7 obj-$(CONFIG_UNIT_TEST) += ut.o
H A Dcmd_ut.c131 ut, CONFIG_SYS_MAXARGS, 1, do_ut,
/openbmc/linux/fs/hfs/
H A Dhfs_fs.h260 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 Dcputime.c457 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 Dcputime.h47 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 Dpata_via.c254 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 Dmeson.build15 'telemetry-ut',
17 'telemetry-ut',
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0005-enable-out-of-source-tree-builds.patch16 ut/Makefile.am | 36 ++++++++++++++++++------------------
114 --- a/ut/Makefile.am
115 +++ b/ut/Makefile.am
/openbmc/linux/net/xfrm/
H A Dxfrm_user.c1762 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 Ddebug.c98 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 D0001-Do-not-use-bundled-packages.patch53 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 DKconfig5 This enables the 'ut env' command which runs a series of unit
/openbmc/linux/fs/hfsplus/
H A Dhfsplus_fs.h546 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 DKconfig7 This enables the 'ut overlay' command which runs a series of unit
/openbmc/u-boot/test/dm/
H A DKconfig5 This enables the 'ut dm' command which runs a series of unit
/openbmc/linux/drivers/clk/baikal-t1/
H A Dccu-pll.c91 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 Dfontforge_20230101.bb37 # cp ${STAGING_INCDIR}/ut*.h ${S}/uthash/src
/openbmc/telemetry/
H A DREADME.md43 ./tests/telemetry-ut
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0003-FF-A-v15-lib-uuid-introduce-testcase-for-uuid_str_to.patch65 +#include <test/ut.h>
H A D0008-FF-A-v15-arm_ffa-introduce-armffa-command-Sandbox-te.patch74 +#include <test/ut.h>
H A D0007-FF-A-v15-arm_ffa-introduce-sandbox-test-cases-for-UC.patch95 +#include <test/ut.h>
/openbmc/u-boot/test/py/
H A DREADME.md158 - `'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 DMakefile33 obj-$(CONFIG_X86_AMD_PSTATE_UT) += amd-pstate-ut.o

12