函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:Convert a ->gp_state value to a character string.

函数原型:static const char *gp_state_getname(short gs)

返回类型:char

参数:

类型参数名称
shortgs
536  如果gs小于0或gs大于等于ARRAY_SIZE - get the number of elements in array @arr*@arr: array to be sized(gp_state_names)则返回:"???"
538  返回:gp_state_names[gs]
调用者
名称描述
rcu_check_gp_kthread_starvationComplain about starvation of grace-period kthread.
show_rcu_gp_kthreadsShow the state of the grace-period kthreads.