Searched refs:ut (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/kernel/sched/ |
| D | cputime.c | 445 u64 *ut, u64 *st) in cputime_adjust() argument 447 *ut = curr->utime; in cputime_adjust() 451 void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in task_cputime_adjusted() argument 453 *ut = p->utime; in task_cputime_adjusted() 458 void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in thread_group_cputime_adjusted() argument 464 *ut = cputime.utime; in thread_group_cputime_adjusted() 592 u64 *ut, u64 *st) in cputime_adjust() argument 658 *ut = prev->utime; in cputime_adjust() 663 void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in task_cputime_adjusted() argument 670 cputime_adjust(&cputime, &p->prev_cputime, ut, st); in task_cputime_adjusted() [all …]
|
| /Linux-v5.4/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.4/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.4/net/xfrm/ |
| D | xfrm_user.c | 1465 static void copy_templates(struct xfrm_policy *xp, struct xfrm_user_tmpl *ut, in copy_templates() argument 1471 for (i = 0; i < nr; i++, ut++) { in copy_templates() 1474 memcpy(&t->id, &ut->id, sizeof(struct xfrm_id)); in copy_templates() 1475 memcpy(&t->saddr, &ut->saddr, in copy_templates() 1477 t->reqid = ut->reqid; in copy_templates() 1478 t->mode = ut->mode; in copy_templates() 1479 t->share = ut->share; in copy_templates() 1480 t->optional = ut->optional; in copy_templates() 1481 t->aalgos = ut->aalgos; in copy_templates() 1482 t->ealgos = ut->ealgos; in copy_templates() [all …]
|
| /Linux-v5.4/Documentation/filesystems/ |
| D | coda.txt | 564 oouutt 598 oouutt 644 oouutt 687 oouutt 718 oouutt 753 oouutt 809 oouutt 851 oouutt 880 oouutt 911 oouutt [all …]
|