Searched refs:ut (Results 1 – 7 of 7) sorted by relevance
/linux/kernel/sched/ |
A D | cputime.c | 439 u64 *ut, u64 *st) in cputime_adjust() argument 441 *ut = curr->utime; in cputime_adjust() 445 void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in task_cputime_adjusted() argument 447 *ut = p->utime; in task_cputime_adjusted() 452 void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in thread_group_cputime_adjusted() argument 458 *ut = cputime.utime; in thread_group_cputime_adjusted() 541 u64 *ut, u64 *st) in cputime_adjust() argument 607 *ut = prev->utime; in cputime_adjust() 612 void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in task_cputime_adjusted() argument 620 cputime_adjust(&cputime, &p->prev_cputime, ut, st); in task_cputime_adjusted() [all …]
|
/linux/fs/hfs/ |
A D | hfs_fs.h | 258 time64_t ut = (u32)(be32_to_cpu(mt) - HFS_UTC_OFFSET); in __hfs_m_to_utime() local 260 return ut + sys_tz.tz_minuteswest * 60; in __hfs_m_to_utime() 263 static inline __be32 __hfs_u_to_mtime(time64_t ut) in __hfs_u_to_mtime() argument 265 ut -= sys_tz.tz_minuteswest * 60; in __hfs_u_to_mtime() 267 return cpu_to_be32(lower_32_bits(ut) + HFS_UTC_OFFSET); in __hfs_u_to_mtime()
|
/linux/include/linux/sched/ |
A 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/drivers/ata/ |
A 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/net/xfrm/ |
A D | xfrm_user.c | 1574 t->reqid = ut->reqid; in copy_templates() 1575 t->mode = ut->mode; in copy_templates() 1576 t->share = ut->share; in copy_templates() 1578 t->aalgos = ut->aalgos; in copy_templates() 1579 t->ealgos = ut->ealgos; in copy_templates() 1580 t->calgos = ut->calgos; in copy_templates() 1605 if (!ut[i].family) in validate_tmpl() 1606 ut[i].family = family; in validate_tmpl() 1608 switch (ut[i].mode) { in validate_tmpl() 1622 switch (ut[i].family) { in validate_tmpl() [all …]
|
/linux/fs/hfsplus/ |
A D | hfsplus_fs.h | 541 time64_t ut = (u32)(be32_to_cpu(mt) - HFSPLUS_UTC_OFFSET); in __hfsp_mt2ut() local 543 return ut; in __hfsp_mt2ut() 546 static inline __be32 __hfsp_ut2mt(time64_t ut) in __hfsp_ut2mt() argument 548 return cpu_to_be32(lower_32_bits(ut) + HFSPLUS_UTC_OFFSET); in __hfsp_ut2mt()
|
/linux/drivers/clk/baikal-t1/ |
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()
|
Completed in 20 milliseconds