| /Linux-v6.1/tools/testing/selftests/amd-pstate/ |
| D | amd-pstate-ut.sh | 46 if ! /sbin/modprobe -q -n amd-pstate-ut; then 50 if /sbin/modprobe -q amd-pstate-ut; then 51 /sbin/modprobe -q -r amd-pstate-ut
|
| D | Makefile | 7 TEST_PROGS := amd-pstate-ut.sh
|
| /Linux-v6.1/fs/hfs/ |
| 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()
|
| /Linux-v6.1/kernel/sched/ |
| D | cputime.c | 453 u64 *ut, u64 *st) in cputime_adjust() argument 455 *ut = curr->utime; in cputime_adjust() 459 void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in task_cputime_adjusted() argument 461 *ut = p->utime; in task_cputime_adjusted() 466 void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in thread_group_cputime_adjusted() argument 472 *ut = cputime.utime; in thread_group_cputime_adjusted() 555 u64 *ut, u64 *st) in cputime_adjust() argument 621 *ut = prev->utime; in cputime_adjust() 626 void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in task_cputime_adjusted() argument 634 cputime_adjust(&cputime, &p->prev_cputime, ut, st); in task_cputime_adjusted() [all …]
|
| /Linux-v6.1/include/linux/sched/ |
| D | cputime.h | 56 extern void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st); 57 extern void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st); 59 u64 *ut, u64 *st);
|
| /Linux-v6.1/drivers/ata/ |
| 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()
|
| /Linux-v6.1/net/xfrm/ |
| D | xfrm_user.c | 1683 static void copy_templates(struct xfrm_policy *xp, struct xfrm_user_tmpl *ut, in copy_templates() argument 1689 for (i = 0; i < nr; i++, ut++) { in copy_templates() 1692 memcpy(&t->id, &ut->id, sizeof(struct xfrm_id)); in copy_templates() 1693 memcpy(&t->saddr, &ut->saddr, in copy_templates() 1695 t->reqid = ut->reqid; in copy_templates() 1696 t->mode = ut->mode; in copy_templates() 1697 t->share = ut->share; in copy_templates() 1698 t->optional = ut->optional; in copy_templates() 1699 t->aalgos = ut->aalgos; in copy_templates() 1700 t->ealgos = ut->ealgos; in copy_templates() [all …]
|
| /Linux-v6.1/fs/hfsplus/ |
| D | hfsplus_fs.h | 543 time64_t ut = (u32)(be32_to_cpu(mt) - HFSPLUS_UTC_OFFSET); in __hfsp_mt2ut() local 545 return ut; in __hfsp_mt2ut() 548 static inline __be32 __hfsp_ut2mt(time64_t ut) in __hfsp_ut2mt() argument 550 return cpu_to_be32(lower_32_bits(ut) + HFSPLUS_UTC_OFFSET); in __hfsp_ut2mt()
|
| /Linux-v6.1/drivers/clk/baikal-t1/ |
| 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-v6.1/Documentation/admin-guide/pm/ |
| D | amd-pstate.rst | 398 ``amd-pstate-ut`` is a test module for testing the ``amd-pstate`` driver. 435 We create amd-pstate-ut module and tie it into kselftest.(for 454 # selftests: amd-pstate: amd-pstate-ut.sh 455 # amd-pstate-ut: ok 456 ok 1 selftests: amd-pstate: amd-pstate-ut.sh
|
| /Linux-v6.1/drivers/cpufreq/ |
| D | Makefile | 33 obj-$(CONFIG_X86_AMD_PSTATE_UT) += amd-pstate-ut.o
|