Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\sys.c Create Date:2022-07-28 09:20:10
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:do_sys_times

Proto:static void do_sys_times(struct tms *tms)

Type:void

Parameter:

TypeParameterName
struct tms *tms
947  thread_group_cputime_adjusted(current process, & tgutime, & tgstime)
948  cutime = cutime
949  cstime = cstime
950  tms_utime = nsec_to_clock_t(tgutime)
951  tms_stime = nsec_to_clock_t(tgstime)
952  tms_cutime = nsec_to_clock_t(cutime)
953  tms_cstime = nsec_to_clock_t(cstime)
Caller
NameDescribe
SYSCALL_DEFINE1
COMPAT_SYSCALL_DEFINE1