Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Convert a ->gp_state value to a character string.

Proto:static const char *gp_state_getname(short gs)

Type:char

Parameter:

TypeParameterName
shortgs
536  If gs < 0 || gs >= ARRAY_SIZE - get the number of elements in array @arr*@arr: array to be sized(gp_state_names) Then Return "???"
538  Return gp_state_names[gs]