Searched refs:stime (Results 1 – 5 of 5) sorted by relevance
/fs/proc/ |
D | array.c | 448 u64 cutime, cstime, utime, stime; in do_task_stat() local 479 cutime = cstime = utime = stime = 0; in do_task_stat() 513 thread_group_cputime_adjusted(task, &utime, &stime); in do_task_stat() 529 task_cputime_adjusted(task, &utime, &stime); in do_task_stat() 557 seq_put_decimal_ull(m, " ", nsec_to_clock_t(stime)); in do_task_stat()
|
/fs/btrfs/ |
D | ioctl.c | 66 struct btrfs_ioctl_timespec_32 stime; /* in */ member 2785 subvol_info->stime.sec = btrfs_stack_timespec_sec(&root_item->stime); in btrfs_ioctl_get_subvol_info() 2786 subvol_info->stime.nsec = btrfs_stack_timespec_nsec(&root_item->stime); in btrfs_ioctl_get_subvol_info() 4534 btrfs_set_stack_timespec_sec(&root_item->stime, sa->stime.sec); in _btrfs_ioctl_set_received_subvol() 4535 btrfs_set_stack_timespec_nsec(&root_item->stime, sa->stime.nsec); in _btrfs_ioctl_set_received_subvol() 4583 args64->stime.sec = args32->stime.sec; in btrfs_ioctl_set_received_subvol_32() 4584 args64->stime.nsec = args32->stime.nsec; in btrfs_ioctl_set_received_subvol_32() 4596 args32->stime.sec = args64->stime.sec; in btrfs_ioctl_set_received_subvol_32() 4597 args32->stime.nsec = args64->stime.nsec; in btrfs_ioctl_set_received_subvol_32()
|
D | transaction.c | 1632 memset(&new_root_item->stime, 0, sizeof(new_root_item->stime)); in create_pending_snapshot()
|
/fs/ |
D | binfmt_elf_fdpic.c | 1325 prstatus->pr_stime = ns_to_kernel_old_timeval(cputime.stime); in fill_prstatus() 1327 u64 utime, stime; in fill_prstatus() local 1329 task_cputime(p, &utime, &stime); in fill_prstatus() 1331 prstatus->pr_stime = ns_to_kernel_old_timeval(stime); in fill_prstatus()
|
D | binfmt_elf.c | 1532 prstatus->pr_stime = ns_to_kernel_old_timeval(cputime.stime); in fill_prstatus() 1534 u64 utime, stime; in fill_prstatus() local 1536 task_cputime(p, &utime, &stime); in fill_prstatus() 1538 prstatus->pr_stime = ns_to_kernel_old_timeval(stime); in fill_prstatus()
|