Searched refs:stime (Results 1 – 5 of 5) sorted by relevance
/fs/proc/ |
D | array.c | 445 u64 cutime, cstime, utime, stime; in do_task_stat() local 476 cutime = cstime = utime = stime = 0; in do_task_stat() 510 thread_group_cputime_adjusted(task, &utime, &stime); in do_task_stat() 526 task_cputime_adjusted(task, &utime, &stime); in do_task_stat() 554 seq_put_decimal_ull(m, " ", nsec_to_clock_t(stime)); in do_task_stat()
|
/fs/btrfs/ |
D | ioctl.c | 65 struct btrfs_ioctl_timespec_32 stime; /* in */ member 2684 subvol_info->stime.sec = btrfs_stack_timespec_sec(&root_item->stime); in btrfs_ioctl_get_subvol_info() 2685 subvol_info->stime.nsec = btrfs_stack_timespec_nsec(&root_item->stime); in btrfs_ioctl_get_subvol_info() 5066 btrfs_set_stack_timespec_sec(&root_item->stime, sa->stime.sec); in _btrfs_ioctl_set_received_subvol() 5067 btrfs_set_stack_timespec_nsec(&root_item->stime, sa->stime.nsec); in _btrfs_ioctl_set_received_subvol() 5115 args64->stime.sec = args32->stime.sec; in btrfs_ioctl_set_received_subvol_32() 5116 args64->stime.nsec = args32->stime.nsec; in btrfs_ioctl_set_received_subvol_32() 5128 args32->stime.sec = args64->stime.sec; in btrfs_ioctl_set_received_subvol_32() 5129 args32->stime.nsec = args64->stime.nsec; in btrfs_ioctl_set_received_subvol_32()
|
D | transaction.c | 1514 memset(&new_root_item->stime, 0, sizeof(new_root_item->stime)); in create_pending_snapshot()
|
/fs/ |
D | binfmt_elf_fdpic.c | 1363 prstatus->pr_stime = ns_to_timeval(cputime.stime); in fill_prstatus() 1365 u64 utime, stime; in fill_prstatus() local 1367 task_cputime(p, &utime, &stime); in fill_prstatus() 1369 prstatus->pr_stime = ns_to_timeval(stime); in fill_prstatus()
|
D | binfmt_elf.c | 1493 prstatus->pr_stime = ns_to_timeval(cputime.stime); in fill_prstatus() 1495 u64 utime, stime; in fill_prstatus() local 1497 task_cputime(p, &utime, &stime); in fill_prstatus() 1499 prstatus->pr_stime = ns_to_timeval(stime); in fill_prstatus()
|