Searched defs:depth (Results 1 – 12 of 12) sorted by relevance
/kernel/locking/ |
D | lockdep.c | 749 int i, depth = READ_ONCE(p->lockdep_depth); in lockdep_print_held_locks() local 1495 int depth = 0; in get_lock_depth() local 1812 print_circular_bug_entry(struct lock_list *target, int depth) in print_circular_bug_entry() 1877 print_circular_bug_header(struct lock_list *entry, unsigned int depth, in print_circular_bug_header() 1974 int depth; in print_circular_bug() local 2276 static void print_lock_class_header(struct lock_class *class, int depth) in print_lock_class_header() 2359 int depth; in print_shortest_lock_dependencies() local 2406 int depth; in print_shortest_lock_dependencies_backwards() local 3090 int depth = curr->lockdep_depth; in check_prevs_add() local 3434 int depth = curr->lockdep_depth; in print_chain_keys_held_locks() local [all …]
|
D | rtmutex.c | 457 int ret = 0, depth = 0; in rt_mutex_adjust_prio_chain() local
|
/kernel/ |
D | umh.c | 280 void __usermodehelper_set_disable_depth(enum umh_disable_depth depth) in __usermodehelper_set_disable_depth() 294 int __usermodehelper_disable(enum umh_disable_depth depth) in __usermodehelper_disable()
|
D | stackleak.c | 57 const unsigned int depth = STACKLEAK_SEARCH_DEPTH / sizeof(unsigned long); in stackleak_erase() local
|
D | resource.c | 111 int depth; in r_show() 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 | 998 unsigned int depth, bool explicit) in blk_add_trace_unplug()
|
D | trace.h | 638 #define trace_recursion_set_depth(depth) \ argument
|
/kernel/rcu/ |
D | tree_exp.h | 649 int depth = rcu_preempt_depth(); in rcu_exp_handler() local
|
/kernel/cgroup/ |
D | cgroup.c | 3576 int depth = READ_ONCE(cgrp->max_depth); in cgroup_max_depth_show() local 3591 int depth; in cgroup_max_depth_write() local
|
/kernel/bpf/ |
D | verifier.c | 3491 int depth = 0, frame = 0, idx = 0, i = 0, subprog_end; in check_max_stack_depth() local 11562 int i, depth; in fixup_call_args() local 12123 u32 depth = env->subprog_info[i].stack_depth; in print_verification_stats() local
|
D | btf.c | 347 u8 depth; member
|