Home
last modified time | relevance | path

Searched refs:ut (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/kernel/sched/
Dcputime.c444 u64 *ut, u64 *st) in cputime_adjust() argument
446 *ut = curr->utime; in cputime_adjust()
450 void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in task_cputime_adjusted() argument
452 *ut = p->utime; in task_cputime_adjusted()
457 void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in thread_group_cputime_adjusted() argument
463 *ut = cputime.utime; in thread_group_cputime_adjusted()
591 u64 *ut, u64 *st) in cputime_adjust() argument
657 *ut = prev->utime; in cputime_adjust()
662 void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in task_cputime_adjusted() argument
669 cputime_adjust(&cputime, &p->prev_cputime, ut, st); in task_cputime_adjusted()
[all …]
/Linux-v4.19/include/linux/sched/
Dcputime.h55 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-v4.19/drivers/ata/
Dpata_via.c253 int ut; in via_do_set_mode() local
297 ut = t.udma ? (0xe0 | (clamp_val(t.udma, 2, 5) - 2)) : 0x03; in via_do_set_mode()
300 ut = t.udma ? (0xe8 | (clamp_val(t.udma, 2, 9) - 2)) : 0x0f; in via_do_set_mode()
303 ut = t.udma ? (0xe0 | (clamp_val(t.udma, 2, 9) - 2)) : 0x07; in via_do_set_mode()
306 ut = t.udma ? (0xe0 | (clamp_val(t.udma, 2, 9) - 2)) : 0x07; in via_do_set_mode()
322 udma_etc |= ut; in via_do_set_mode()
/Linux-v4.19/net/xfrm/
Dxfrm_user.c1445 static void copy_templates(struct xfrm_policy *xp, struct xfrm_user_tmpl *ut, in copy_templates() argument
1451 for (i = 0; i < nr; i++, ut++) { in copy_templates()
1454 memcpy(&t->id, &ut->id, sizeof(struct xfrm_id)); in copy_templates()
1455 memcpy(&t->saddr, &ut->saddr, in copy_templates()
1457 t->reqid = ut->reqid; in copy_templates()
1458 t->mode = ut->mode; in copy_templates()
1459 t->share = ut->share; in copy_templates()
1460 t->optional = ut->optional; in copy_templates()
1461 t->aalgos = ut->aalgos; in copy_templates()
1462 t->ealgos = ut->ealgos; in copy_templates()
[all …]
/Linux-v4.19/Documentation/filesystems/
Dcoda.txt561 oouutt
595 oouutt
641 oouutt
684 oouutt
715 oouutt
750 oouutt
806 oouutt
848 oouutt
877 oouutt
908 oouutt
[all …]