• Home
  • Raw
  • Download

Lines Matching refs:printk

35 	printk(KERN_DEBUG "%*s domain-%d: ", level, "", level);  in sched_domain_debug_one()
38 printk("does not load-balance\n"); in sched_domain_debug_one()
40 printk(KERN_ERR "ERROR: !SD_LOAD_BALANCE domain has parent"); in sched_domain_debug_one()
44 printk(KERN_CONT "span=%*pbl level=%s\n", in sched_domain_debug_one()
48 printk(KERN_ERR "ERROR: domain->span does not contain CPU%d\n", cpu); in sched_domain_debug_one()
51 printk(KERN_ERR "ERROR: domain->groups does not contain CPU%d\n", cpu); in sched_domain_debug_one()
54 printk(KERN_DEBUG "%*s groups:", level + 1, ""); in sched_domain_debug_one()
57 printk("\n"); in sched_domain_debug_one()
58 printk(KERN_ERR "ERROR: group is NULL\n"); in sched_domain_debug_one()
63 printk(KERN_CONT "\n"); in sched_domain_debug_one()
64 printk(KERN_ERR "ERROR: empty group\n"); in sched_domain_debug_one()
70 printk(KERN_CONT "\n"); in sched_domain_debug_one()
71 printk(KERN_ERR "ERROR: repeated CPUs\n"); in sched_domain_debug_one()
77 printk(KERN_CONT " %d:{ span=%*pbl", in sched_domain_debug_one()
83 printk(KERN_CONT " mask=%*pbl", in sched_domain_debug_one()
88 printk(KERN_CONT " cap=%lu", group->sgc->capacity); in sched_domain_debug_one()
93 printk(KERN_ERR "ERROR: domain->groups does not match domain->child\n"); in sched_domain_debug_one()
96 printk(KERN_CONT " }"); in sched_domain_debug_one()
101 printk(KERN_CONT ","); in sched_domain_debug_one()
104 printk(KERN_CONT "\n"); in sched_domain_debug_one()
107 printk(KERN_ERR "ERROR: groups don't span domain->span\n"); in sched_domain_debug_one()
111 printk(KERN_ERR "ERROR: parent span is not a superset of domain->span\n"); in sched_domain_debug_one()
123 printk(KERN_DEBUG "CPU%d attaching NULL sched-domain.\n", cpu); in sched_domain_debug()
127 printk(KERN_DEBUG "CPU%d attaching sched-domain(s):\n", cpu); in sched_domain_debug()
282 printk(KERN_DEBUG "root_domain %*pbl:", cpumask_pr_args(cpu_map)); in perf_domain_debug()
285 printk(KERN_CONT " pd%d:{ cpus=%*pbl nr_cstate=%d }", in perf_domain_debug()
292 printk(KERN_CONT "\n"); in perf_domain_debug()
1480 printk(KERN_WARNING "ERROR: %s\n\n", str); in sched_numa_warn()
1483 printk(KERN_WARNING " "); in sched_numa_warn()
1485 printk(KERN_CONT "%02d ", node_distance(i,j)); in sched_numa_warn()
1486 printk(KERN_CONT "\n"); in sched_numa_warn()
1488 printk(KERN_WARNING "\n"); in sched_numa_warn()