Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:posix_cpu_nsleep_restart

Proto:static long posix_cpu_nsleep_restart(struct restart_block *restart_block)

Type:long

Parameter:

TypeParameterName
struct restart_block *restart_block
1346  which_clock = clockid
1349  t = s_to_timespec64 - Convert nanoseconds to timespec64*@nsec: the nanoseconds value to be converted* Returns the timespec64 representation of the nsec parameter.
1351  Return do_cpu_nanosleep(which_clock, The various flags for setting POSIX.1b interval timers:, & t)