| /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
|
| /linux/kernel/sched/ |
| H A D | cputime.c | 449 u64 *ut, u64 *st) in cputime_adjust() argument 451 *ut = curr->utime; in cputime_adjust() 455 void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in task_cputime_adjusted() argument 457 *ut = p->utime; in task_cputime_adjusted() 462 void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in thread_group_cputime_adjusted() argument 468 *ut = cputime.utime; in thread_group_cputime_adjusted() 551 u64 *ut, u64 *st) in cputime_adjust() argument 623 *ut = prev->utime; in cputime_adjust() 628 void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in task_cputime_adjusted() argument 636 cputime_adjust(&cputime, &p->prev_cputime, ut, st); in task_cputime_adjusted() [all …]
|
| /linux/fs/hfs/ |
| H A D | hfs_fs.h | 246 time64_t ut = (u32)(be32_to_cpu(mt) - HFS_UTC_OFFSET); in __hfs_m_to_utime() local 248 return ut + sys_tz.tz_minuteswest * 60; in __hfs_m_to_utime() 251 static inline __be32 __hfs_u_to_mtime(time64_t ut) in __hfs_u_to_mtime() argument 253 ut -= sys_tz.tz_minuteswest * 60; in __hfs_u_to_mtime() 255 return cpu_to_be32(lower_32_bits(ut) + HFS_UTC_OFFSET); in __hfs_u_to_mtime()
|
| /linux/include/linux/sched/ |
| H A D | cputime.h | 48 extern void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st); 49 extern void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st); 51 u64 *ut, u64 *st);
|
| /linux/drivers/ata/ |
| H A D | pata_via.c | 252 int ut; in via_do_set_mode() local 296 ut = t.udma ? (0xe0 | (clamp_val(t.udma, 2, 5) - 2)) : 0x03; in via_do_set_mode() 299 ut = t.udma ? (0xe8 | (clamp_val(t.udma, 2, 9) - 2)) : 0x0f; in via_do_set_mode() 302 ut = t.udma ? (0xe0 | (clamp_val(t.udma, 2, 9) - 2)) : 0x07; in via_do_set_mode() 305 ut = t.udma ? (0xe0 | (clamp_val(t.udma, 2, 9) - 2)) : 0x07; in via_do_set_mode() 321 udma_etc |= ut; in via_do_set_mode()
|
| /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()
|
| /linux/net/xfrm/ |
| H A D | xfrm_user.c | 2028 static void copy_templates(struct xfrm_policy *xp, struct xfrm_user_tmpl *ut, in copy_templates() argument 2034 for (i = 0; i < nr; i++, ut++) { in copy_templates() 2037 memcpy(&t->id, &ut->id, sizeof(struct xfrm_id)); in copy_templates() 2038 memcpy(&t->saddr, &ut->saddr, in copy_templates() 2040 t->reqid = ut->reqid; in copy_templates() 2041 t->mode = ut->mode; in copy_templates() 2042 t->share = ut->share; in copy_templates() 2043 t->optional = ut->optional; in copy_templates() 2044 t->aalgos = ut->aalgos; in copy_templates() 2045 t->ealgos = ut->ealgos; in copy_templates() [all …]
|
| /linux/fs/hfsplus/ |
| H A D | hfsplus_fs.h | 524 time64_t ut = (u32)(be32_to_cpu(mt) - HFSPLUS_UTC_OFFSET); in __hfsp_mt2ut() local 526 return ut; in __hfsp_mt2ut() 529 static inline __be32 __hfsp_ut2mt(time64_t ut) in __hfsp_ut2mt() argument 531 return cpu_to_be32(lower_32_bits(ut) + HFSPLUS_UTC_OFFSET); in __hfsp_ut2mt()
|
| /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()
|
| /linux/drivers/cpufreq/ |
| H A D | Makefile | 36 obj-$(CONFIG_X86_AMD_PSTATE_UT) += amd-pstate-ut.o
|
| /linux/Documentation/admin-guide/pm/ |
| H A D | amd-pstate.rst | 567 ``amd-pstate-ut`` is a test module for testing the ``amd-pstate`` driver. 622 We create ``amd-pstate-ut`` module and tie it into kselftest.(for
|