Home
last modified time | relevance | path

Searched refs:lock_trace (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/linux/
Dlockdep.h69 struct lock_trace;
105 const struct lock_trace *usage_traces[XXX_LOCK_USAGE_STATES];
193 const struct lock_trace *trace;
/Linux-v5.4/kernel/locking/
Dlockdep.c459 struct lock_trace { struct
466 (sizeof(struct lock_trace) / sizeof(unsigned long)) argument
473 static bool traces_identical(struct lock_trace *t1, struct lock_trace *t2) in traces_identical()
480 static struct lock_trace *save_trace(void) in save_trace()
482 struct lock_trace *trace, *t2; in save_trace()
490 trace = (struct lock_trace *)(stack_trace + nr_stack_trace_entries); in save_trace()
523 struct lock_trace *trace; in lockdep_stack_trace_count()
1306 const struct lock_trace *trace) in add_lock_to_list()
1541 static void print_lock_trace(const struct lock_trace *trace, in print_lock_trace()
1786 struct lock_trace **const trace) in check_noncircular()
[all …]
/Linux-v5.4/fs/proc/
Dbase.c404 static int lock_trace(struct task_struct *task) in lock_trace() function
450 err = lock_trace(task); in proc_pid_stack()
635 res = lock_trace(task); in proc_pid_syscall()
2961 int err = lock_trace(task); in proc_pid_personality()