函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\time\posix-clock.c Create Date:2022-07-27 11:48:35
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:get_clock_desc

函数原型:static int get_clock_desc(const clockid_t id, struct posix_clock_desc *cd)

返回类型:int

参数:

类型参数名称
const clockid_tid
struct posix_clock_desc *cd
201  fp等于fget(clockid_to_fd(id))
202  err等于负EINVAL
204  如果非fp则返回:err
207  如果open不等于posix_clock_open或非 needed for tty driver, and maybe others 则转到:out
210  fp等于fp
211  clk等于Returns NULL if the posix_clock instance attached to 'fp' is old and stale.
213  err等于如果clk则0否则负ENODEV
214  out :
215  如果errfput(fp)
217  返回:err
调用者
名称描述
pc_clock_adjtime
pc_clock_gettime
pc_clock_getres
pc_clock_settime