Home
last modified time | relevance | path

Searched refs:depth (Results 1 – 15 of 15) sorted by relevance

/kernel/
Dlockdep.c390 unsigned int depth) in lockdep_dependency_visit() argument
392 if (!depth) in lockdep_dependency_visit()
540 int i, depth = curr->lockdep_depth; in lockdep_print_held_locks() local
542 if (!depth) { in lockdep_print_held_locks()
547 depth, depth > 1 ? "s" : "", curr->comm, task_pid_nr(curr)); in lockdep_print_held_locks()
549 for (i = 0; i < depth; i++) { in lockdep_print_held_locks()
555 static void print_lock_class_header(struct lock_class *class, int depth) in print_lock_class_header() argument
559 printk("%*s->", depth, ""); in print_lock_class_header()
566 int len = depth; in print_lock_class_header()
568 len += printk("%*s %s", depth, "", usage_str[bit]); in print_lock_class_header()
[all …]
Dsysctl_check.c1244 int depth; in sysctl_depth() local
1246 depth = 0; in sysctl_depth()
1248 depth++; in sysctl_depth()
1250 return depth; in sysctl_depth()
1308 int depth, i; in sysctl_print_path() local
1309 depth = sysctl_depth(table); in sysctl_print_path()
1311 for (i = depth; i >= 0; i--) { in sysctl_print_path()
1318 for (i = depth; i >= 0; i--) { in sysctl_print_path()
1344 int depth, cur_depth; in sysctl_check_lookup() local
1346 depth = sysctl_depth(table); in sysctl_check_lookup()
[all …]
Dresource.c79 int depth; in r_show() local
81 for (depth = 0, p = r; depth < MAX_IORES_LEVEL; depth++, p = p->parent) in r_show()
85 depth * 2, "", in r_show()
Drtmutex.c164 int detect_deadlock, ret = 0, depth = 0; in rt_mutex_adjust_prio_chain() local
177 if (++depth > max_lock_depth) { in rt_mutex_adjust_prio_chain()
Dsched_fair.c149 int depth = 0; in depth_se() local
152 depth++; in depth_se()
154 return depth; in depth_se()
Dlockdep_proc.c200 for (i = 0; i < chain->depth; i++) { in lc_show()
/kernel/irq/
Dmanage.c185 if (!desc->depth++) { in disable_irq_nosync()
220 switch (desc->depth) { in __enable_irq()
233 desc->depth--; in __enable_irq()
479 desc->depth = 0; in __setup_irq()
484 desc->depth = 1; in __setup_irq()
Dhandle.c77 .depth = 1,
132 .depth = 1,
222 .depth = 1,
Dchip.c41 desc->depth = 1; in dynamic_irq_init()
584 desc->depth = 1; in __set_irq_handler()
592 desc->depth = 0; in __set_irq_handler()
Dinternals.h46 irq, desc, desc->depth, desc->irq_count, desc->irqs_unhandled); in print_irq_desc()
Dspurious.c254 desc->depth++; in note_interrupt()
/kernel/trace/
Dtrace_functions_graph.c371 for (i = 0; i < call->depth * TRACE_GRAPH_INDENT; i++) { in print_graph_entry_leaf()
417 for (i = 0; i < call->depth * TRACE_GRAPH_INDENT; i++) { in print_graph_entry_nested()
513 for (i = 0; i < trace->depth * TRACE_GRAPH_INDENT; i++) { in print_graph_return()
580 if (trace->depth > 0) in print_graph_comment()
581 for (i = 0; i < (trace->depth + 1) * TRACE_GRAPH_INDENT; i++) { in print_graph_comment()
Dtrace.h120 int depth; member
502 trace_vprintk(unsigned long ip, int depth, const char *fmt, va_list args);
Dtrace.c1275 if (!trace->depth)
3625 int trace_vprintk(unsigned long ip, int depth, const char *fmt, va_list args) argument
3663 entry->depth = depth;
DKconfig248 kernel executes, and keeping a maximum stack depth value and