Home
last modified time | relevance | path

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

/fs/proc/
A Darray.c481 u64 cutime, cstime, cgtime, utime, stime, gtime; in do_task_stat() local
572 thread_group_cputime_adjusted(task, &utime, &stime); in do_task_stat()
574 task_cputime_adjusted(task, &utime, &stime); in do_task_stat()
605 seq_put_decimal_ull(m, " ", nsec_to_clock_t(stime)); in do_task_stat()
/fs/btrfs/
A Dioctl.c77 struct btrfs_ioctl_timespec_32 stime; /* in */ member
2117 subvol_info->stime.sec = btrfs_stack_timespec_sec(&root_item->stime); in btrfs_ioctl_get_subvol_info()
2118 subvol_info->stime.nsec = btrfs_stack_timespec_nsec(&root_item->stime); in btrfs_ioctl_get_subvol_info()
4020 btrfs_set_stack_timespec_sec(&root_item->stime, sa->stime.sec); in _btrfs_ioctl_set_received_subvol()
4021 btrfs_set_stack_timespec_nsec(&root_item->stime, sa->stime.nsec); in _btrfs_ioctl_set_received_subvol()
4069 args64->stime.sec = args32->stime.sec; in btrfs_ioctl_set_received_subvol_32()
4070 args64->stime.nsec = args32->stime.nsec; in btrfs_ioctl_set_received_subvol_32()
4082 args32->stime.sec = args64->stime.sec; in btrfs_ioctl_set_received_subvol_32()
4083 args32->stime.nsec = args64->stime.nsec; in btrfs_ioctl_set_received_subvol_32()
A Dtransaction.c1780 memset(&new_root_item->stime, 0, sizeof(new_root_item->stime)); in create_pending_snapshot()
/fs/
A Dbinfmt_elf_fdpic.c1316 prstatus->pr_stime = ns_to_kernel_old_timeval(cputime.stime); in fill_prstatus()
1318 u64 utime, stime; in fill_prstatus() local
1320 task_cputime(p, &utime, &stime); in fill_prstatus()
1322 prstatus->pr_stime = ns_to_kernel_old_timeval(stime); in fill_prstatus()
A Dbinfmt_elf.c1490 prstatus->pr_stime = ns_to_kernel_old_timeval(cputime.stime); in fill_prstatus()
1492 u64 utime, stime; in fill_prstatus() local
1494 task_cputime(p, &utime, &stime); in fill_prstatus()
1496 prstatus->pr_stime = ns_to_kernel_old_timeval(stime); in fill_prstatus()

Completed in 27 milliseconds