Searched refs:ut (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/fs/hfs/ |
D | hfs_fs.h | 257 time64_t ut = (u32)(be32_to_cpu(mt) - HFS_UTC_OFFSET); in __hfs_m_to_utime() local 259 return ut + sys_tz.tz_minuteswest * 60; in __hfs_m_to_utime() 262 static inline __be32 __hfs_u_to_mtime(time64_t ut) in __hfs_u_to_mtime() argument 264 ut -= sys_tz.tz_minuteswest * 60; in __hfs_u_to_mtime() 266 return cpu_to_be32(lower_32_bits(ut) + HFS_UTC_OFFSET); in __hfs_u_to_mtime()
|
/kernel/linux/linux-5.10/kernel/sched/ |
D | cputime.c | 456 u64 *ut, u64 *st) in cputime_adjust() argument 458 *ut = curr->utime; in cputime_adjust() 462 void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in task_cputime_adjusted() argument 464 *ut = p->utime; in task_cputime_adjusted() 469 void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in thread_group_cputime_adjusted() argument 475 *ut = cputime.utime; in thread_group_cputime_adjusted() 558 u64 *ut, u64 *st) in cputime_adjust() argument 624 *ut = prev->utime; in cputime_adjust() 629 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 …]
|
/kernel/linux/linux-5.10/include/linux/sched/ |
D | cputime.h | 55 extern void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st); 56 extern void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st); 58 u64 *ut, u64 *st);
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/net/xfrm/ |
D | xfrm_user.c | 1525 static void copy_templates(struct xfrm_policy *xp, struct xfrm_user_tmpl *ut, in copy_templates() argument 1531 for (i = 0; i < nr; i++, ut++) { in copy_templates() 1534 memcpy(&t->id, &ut->id, sizeof(struct xfrm_id)); in copy_templates() 1535 memcpy(&t->saddr, &ut->saddr, in copy_templates() 1537 t->reqid = ut->reqid; in copy_templates() 1538 t->mode = ut->mode; in copy_templates() 1539 t->share = ut->share; in copy_templates() 1540 t->optional = ut->optional; in copy_templates() 1541 t->aalgos = ut->aalgos; in copy_templates() 1542 t->ealgos = ut->ealgos; in copy_templates() [all …]
|
/kernel/linux/linux-5.10/fs/hfsplus/ |
D | hfsplus_fs.h | 548 time64_t ut = (u32)(be32_to_cpu(mt) - HFSPLUS_UTC_OFFSET); in __hfsp_mt2ut() local 550 return ut; in __hfsp_mt2ut() 553 static inline __be32 __hfsp_ut2mt(time64_t ut) in __hfsp_ut2mt() argument 555 return cpu_to_be32(lower_32_bits(ut) + HFSPLUS_UTC_OFFSET); in __hfsp_ut2mt()
|
/kernel/linux/linux-5.10/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()
|