函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:sched_numa_warn

函数原型:static void sched_numa_warn(const char *str)

返回类型:void

参数:

类型参数名称
const char *str
1466  static int done = false
1469  如果done则返回
1472  done = true
1474  printk(warning conditions "ERROR: %s\n\n", str)
1476 i小于nr_node_ids循环
1477  printk(warning conditions " ")
1478 j小于nr_node_ids循环printk(Annotation for a "continued" line of log printout (only done after a* line that had no enclosing \n). Only to be used by core/arch code* during early bootup (a continued line is not SMP-safe otherwise)."%02d ", node_distance(i, j))
1480  printk(Annotation for a "continued" line of log printout (only done after a* line that had no enclosing \n). Only to be used by core/arch code* during early bootup (a continued line is not SMP-safe otherwise)."\n")
1482  printk(warning conditions "\n")
调用者
名称描述
sched_init_numa