Searched defs:depth (Results 1 – 10 of 10) sorted by relevance
/kernel/locking/ |
D | lockdep.c | 697 int i, depth = READ_ONCE(p->lockdep_depth); in lockdep_print_held_locks() local 1432 int depth = 0; in get_lock_depth() local 1551 print_circular_bug_entry(struct lock_list *target, int depth) in print_circular_bug_entry() 1616 print_circular_bug_header(struct lock_list *entry, unsigned int depth, in print_circular_bug_header() 1656 int depth; in print_circular_bug() local 1912 static void print_lock_class_header(struct lock_class *class, int depth) in print_lock_class_header() 1946 int depth; in print_shortest_lock_dependencies() local 2553 int depth = curr->lockdep_depth; in check_prevs_add() local 2671 int depth = curr->lockdep_depth; in print_chain_keys_held_locks() local 3129 int depth; in print_irq_inversion_bug() local [all …]
|
D | rtmutex.c | 458 int ret = 0, depth = 0; in rt_mutex_adjust_prio_chain() local
|
/kernel/trace/ |
D | trace_functions_graph.c | 24 int depth; member 775 unsigned long addr, int depth) in check_irq_entry() 821 check_irq_return(struct trace_iterator *iter, u32 flags, int depth) in check_irq_return() 977 int depth = 0; in print_graph_comment() local 1222 int *depth = &(per_cpu_ptr(data->cpu_data, cpu)->depth); in graph_trace_open() local
|
D | blktrace.c | 945 unsigned int depth, bool explicit) in blk_add_trace_unplug()
|
D | trace.h | 603 #define trace_recursion_set_depth(depth) \ argument
|
/kernel/ |
D | stackleak.c | 57 const unsigned int depth = STACKLEAK_SEARCH_DEPTH / sizeof(unsigned long); in stackleak_erase() local
|
D | umh.c | 303 void __usermodehelper_set_disable_depth(enum umh_disable_depth depth) in __usermodehelper_set_disable_depth() 317 int __usermodehelper_disable(enum umh_disable_depth depth) in __usermodehelper_disable()
|
D | resource.c | 111 int depth; in r_show() local
|
/kernel/bpf/ |
D | verifier.c | 2610 int depth = 0, frame = 0, idx = 0, i = 0, subprog_end; in check_max_stack_depth() local 8871 int i, depth; in fixup_call_args() local 9228 u32 depth = env->subprog_info[i].stack_depth; in print_verification_stats() local
|
/kernel/cgroup/ |
D | cgroup.c | 3508 int depth = READ_ONCE(cgrp->max_depth); in cgroup_max_depth_show() local 3523 int depth; in cgroup_max_depth_write() local
|