Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:print_time

Proto:static size_t print_time(u64 ts, char *buf)

Type:size_t

Parameter:

TypeParameterName
u64ts
char *buf
1269  rem_nsec = do_div() is NOT a C function(ts, 1000000000)
1271  Return sprintf(buf, "[%5lu.%06lu]", (unsignedlong)ts, rem_nsec / 1000)
Caller
NameDescribe
print_prefix