Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:sched_numa_warn

Proto:static void sched_numa_warn(const char *str)

Type:void

Parameter:

TypeParameterName
const char *str
1466  static int done = false
1469  If done Then Return
1472  done = true
1474  printk(warning conditions "ERROR: %s\n\n", str)
1476  When i < nr_node_ids cycle
1477  printk(warning conditions " ")
1478  When j < nr_node_ids cycle 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")
Caller
NameDescribe
sched_init_numa