Searched refs:ut (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.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()
|
| /Linux-v5.10/kernel/sched/ |
| D | cputime.c | 441 u64 *ut, u64 *st) in cputime_adjust() argument 443 *ut = curr->utime; in cputime_adjust() 447 void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in task_cputime_adjusted() argument 449 *ut = p->utime; in task_cputime_adjusted() 454 void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in thread_group_cputime_adjusted() argument 460 *ut = cputime.utime; in thread_group_cputime_adjusted() 543 u64 *ut, u64 *st) in cputime_adjust() argument 609 *ut = prev->utime; in cputime_adjust() 614 void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in task_cputime_adjusted() argument 621 cputime_adjust(&cputime, &p->prev_cputime, ut, st); in task_cputime_adjusted() [all …]
|
| /Linux-v5.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);
|
| /Linux-v5.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()
|
| /Linux-v5.10/net/xfrm/ |
| D | xfrm_user.c | 1502 static void copy_templates(struct xfrm_policy *xp, struct xfrm_user_tmpl *ut, in copy_templates() argument 1508 for (i = 0; i < nr; i++, ut++) { in copy_templates() 1511 memcpy(&t->id, &ut->id, sizeof(struct xfrm_id)); in copy_templates() 1512 memcpy(&t->saddr, &ut->saddr, in copy_templates() 1514 t->reqid = ut->reqid; in copy_templates() 1515 t->mode = ut->mode; in copy_templates() 1516 t->share = ut->share; in copy_templates() 1517 t->optional = ut->optional; in copy_templates() 1518 t->aalgos = ut->aalgos; in copy_templates() 1519 t->ealgos = ut->ealgos; in copy_templates() [all …]
|
| /Linux-v5.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()
|
| /Linux-v5.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()
|