/kernel/trace/ |
D | trace_functions_graph.c | 23 int depth; member 100 ftrace_push_return_trace(unsigned long ret, unsigned long func, int *depth, in ftrace_push_return_trace() argument 130 *depth = index; in ftrace_push_return_trace() 184 trace->depth = index; in ftrace_pop_return_trace() 265 if ((!(trace->depth || ftrace_graph_addr(trace->func)) || in trace_graph_entry() 267 (max_depth && trace->depth >= max_depth)) in trace_graph_entry() 302 .depth = 0, in __trace_graph_function() 306 .depth = 0, in __trace_graph_function() 810 cpu_data->depth = call->depth - 1; in print_graph_entry_leaf() 813 if (call->depth < FTRACE_RETFUNC_DEPTH) in print_graph_entry_leaf() [all …]
|
D | trace_entries.h | 82 __field_desc( int, graph_ent, depth ) 85 F_printk("--> %lx (%d)", __entry->func, __entry->depth), 101 __field_desc( int, ret, depth ) 105 __entry->func, __entry->depth, 107 __entry->depth),
|
D | trace_output.c | 1082 field->graph_ent.depth)) 1097 SEQ_PUT_HEX_FIELD_RET(s, field->graph_ent.depth); 1111 SEQ_PUT_FIELD_RET(s, field->graph_ent.depth); 1162 field->ret.depth)); 1180 SEQ_PUT_HEX_FIELD_RET(s, field->ret.depth); 1197 SEQ_PUT_FIELD_RET(s, field->ret.depth);
|
D | blktrace.c | 845 unsigned int depth, bool explicit) in blk_add_trace_unplug() argument 850 __be64 rpdu = cpu_to_be64(depth); in blk_add_trace_unplug()
|
D | Kconfig | 370 kernel executes, and keeping a maximum stack depth value and
|
D | ftrace.c | 892 index = trace->depth; in profile_graph_return()
|
/kernel/ |
D | lockdep.c | 559 int i, depth = curr->lockdep_depth; in lockdep_print_held_locks() local 561 if (!depth) { in lockdep_print_held_locks() 566 depth, depth > 1 ? "s" : "", curr->comm, task_pid_nr(curr)); in lockdep_print_held_locks() 568 for (i = 0; i < depth; i++) { in lockdep_print_held_locks() 971 int depth = 0; in get_lock_depth() local 976 depth++; in get_lock_depth() 978 return depth; in get_lock_depth() 1077 print_circular_bug_entry(struct lock_list *target, int depth) in print_circular_bug_entry() argument 1081 printk("\n-> #%u", depth); in print_circular_bug_entry() 1144 print_circular_bug_header(struct lock_list *entry, unsigned int depth, in print_circular_bug_header() argument [all …]
|
D | kmod.c | 454 void __usermodehelper_set_disable_depth(enum umh_disable_depth depth) in __usermodehelper_set_disable_depth() argument 457 usermodehelper_disabled = depth; in __usermodehelper_set_disable_depth() 468 int __usermodehelper_disable(enum umh_disable_depth depth) in __usermodehelper_disable() argument 472 if (!depth) in __usermodehelper_disable() 476 usermodehelper_disabled = depth; in __usermodehelper_disable()
|
D | resource.c | 99 int depth; in r_show() local 101 for (depth = 0, p = r; depth < MAX_IORES_LEVEL; depth++, p = p->parent) in r_show() 105 depth * 2, "", in r_show()
|
D | cgroup.c | 146 unsigned short depth; member 5164 return cssid->depth; in css_depth() 5194 if (child_id->depth < root_id->depth) in css_is_ancestor() 5196 if (child_id->stack[root_id->depth] != root_id->id) in css_is_ancestor() 5224 static struct css_id *get_new_cssid(struct cgroup_subsys *ss, int depth) in get_new_cssid() argument 5231 size = sizeof(*newid) + sizeof(unsigned short) * (depth + 1); in get_new_cssid() 5248 newid->depth = depth; in get_new_cssid() 5277 int subsys_id, i, depth = 0; in alloc_css_id() local 5285 depth = parent_id->depth + 1; in alloc_css_id() 5287 child_id = get_new_cssid(ss, depth); in alloc_css_id() [all …]
|
D | rtmutex.c | 158 int detect_deadlock, ret = 0, depth = 0; in rt_mutex_adjust_prio_chain() local 171 if (++depth > max_lock_depth) { in rt_mutex_adjust_prio_chain()
|
D | lockdep_proc.c | 150 for (i = 0; i < chain->depth; i++) { in lc_show()
|
/kernel/irq/ |
D | debug.h | 15 irq, desc, desc->depth, desc->irq_count, desc->irqs_unhandled); in print_irq_desc()
|
D | manage.c | 368 if (!desc->depth++) in __disable_irq() 429 desc->depth++; in __enable_irq() 434 switch (desc->depth) { in __enable_irq() 449 desc->depth--; in __enable_irq() 1121 desc->depth = 1; in __setup_irq()
|
D | chip.c | 180 desc->depth = 0; in irq_startup() 196 desc->depth = 1; in irq_shutdown() 666 desc->depth = 1; in __irq_set_handler()
|
D | irqdesc.c | 86 desc->depth = 1; in desc_set_defaults() 246 .depth = 1,
|
D | spurious.c | 318 desc->depth++; in note_interrupt()
|
/kernel/events/ |
D | uprobes.c | 1403 if (utask->depth >= MAX_URETPROBE_DEPTH) { in prepare_uretprobe() 1445 utask->depth++; in prepare_uretprobe() 1689 utask->depth--; in handle_trampoline()
|
/kernel/sched/ |
D | fair.c | 322 int depth = 0; in depth_se() local 325 depth++; in depth_se() 327 return depth; in depth_se()
|