Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:get_uts

Proto:static void *get_uts(struct ctl_table *table)

Type:void

Parameter:

TypeParameterName
struct ctl_table *table
19  which = data
22  uts_ns = uts_ns
23  which = (which - (char * ) & init_uts_ns) + uts_ns
25  Return which
Caller
NameDescribe
proc_do_uts_stringSpecial case of dostring for the UTS structure. This has locks* to observe. Should this be in kernel/sys.c ????