Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/sched/
Dcputime.h22 u64 *utime, u64 *stime);
26 u64 *utime, u64 *stime) in task_cputime() argument
29 *stime = t->stime; in task_cputime()
154 atomic64_add(cputime, &cputimer->cputime_atomic.stime); in account_group_system_time()
181 prev->utime = prev->stime = 0; in prev_cputime_init()
Dsignal.h45 atomic64_t stime; member
52 .stime = ATOMIC64_INIT(0), \
181 u64 utime, stime, cutime, cstime; member
/linux-4.19.296/fs/proc/
Darray.c435 u64 cutime, cstime, utime, stime; in do_task_stat() local
466 cutime = cstime = utime = stime = 0; in do_task_stat()
500 thread_group_cputime_adjusted(task, &utime, &stime); in do_task_stat()
516 task_cputime_adjusted(task, &utime, &stime); in do_task_stat()
544 seq_put_decimal_ull(m, " ", nsec_to_clock_t(stime)); in do_task_stat()
/linux-4.19.296/include/linux/
Dsched.h238 u64 stime; member
255 u64 stime; member
261 #define prof_exp stime
278 u64 stime; member
800 u64 stime; member
/linux-4.19.296/include/drm/
Ddrm_drv.h281 ktime_t *stime, ktime_t *etime,
/linux-4.19.296/include/uapi/linux/
Dbtrfs.h704 struct btrfs_ioctl_timespec stime; /* in */ member
797 struct btrfs_ioctl_timespec stime; member
Dbtrfs_tree.h643 struct btrfs_timespec stime; member
/linux-4.19.296/drivers/isdn/mISDN/
Dstack.c209 u64 utime, stime; in mISDNStackd() local
312 task_cputime(st->thread, &utime, &stime); in mISDNStackd()
315 dev_name(&st->dev->dev), utime, stime); in mISDNStackd()
/linux-4.19.296/fs/btrfs/
Dioctl.c62 struct btrfs_ioctl_timespec_32 stime; /* in */ member
2713 subvol_info->stime.sec = btrfs_stack_timespec_sec(&root_item->stime); in btrfs_ioctl_get_subvol_info()
2714 subvol_info->stime.nsec = btrfs_stack_timespec_nsec(&root_item->stime); in btrfs_ioctl_get_subvol_info()
5537 btrfs_set_stack_timespec_sec(&root_item->stime, sa->stime.sec); in _btrfs_ioctl_set_received_subvol()
5538 btrfs_set_stack_timespec_nsec(&root_item->stime, sa->stime.nsec); in _btrfs_ioctl_set_received_subvol()
5586 args64->stime.sec = args32->stime.sec; in btrfs_ioctl_set_received_subvol_32()
5587 args64->stime.nsec = args32->stime.nsec; in btrfs_ioctl_set_received_subvol_32()
5599 args32->stime.sec = args64->stime.sec; in btrfs_ioctl_set_received_subvol_32()
5600 args32->stime.nsec = args64->stime.nsec; in btrfs_ioctl_set_received_subvol_32()
Dtransaction.c1562 memset(&new_root_item->stime, 0, sizeof(new_root_item->stime)); in create_pending_snapshot()
/linux-4.19.296/fs/
Dbinfmt_elf_fdpic.c1367 prstatus->pr_stime = ns_to_timeval(cputime.stime); in fill_prstatus()
1369 u64 utime, stime; in fill_prstatus() local
1371 task_cputime(p, &utime, &stime); in fill_prstatus()
1373 prstatus->pr_stime = ns_to_timeval(stime); in fill_prstatus()
Dbinfmt_elf.c1528 prstatus->pr_stime = ns_to_timeval(cputime.stime); in fill_prstatus()
1530 u64 utime, stime; in fill_prstatus() local
1532 task_cputime(p, &utime, &stime); in fill_prstatus()
1534 prstatus->pr_stime = ns_to_timeval(stime); in fill_prstatus()