Home
last modified time | relevance | path

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

/openbmc/linux/kernel/locking/
H A Dlockdep.c6535 print_freed_lock_bug(struct task_struct *curr, const void *mem_from, in print_freed_lock_bug() argument
6549 curr->comm, task_pid_nr(curr), mem_from, mem_to-1); in print_freed_lock_bug()
6557 static inline int not_in_range(const void* mem_from, unsigned long mem_len, in not_in_range() argument
6560 return lock_from + lock_len <= mem_from || in not_in_range()
6561 mem_from + mem_len <= lock_from; in not_in_range()
6569 void debug_check_no_locks_freed(const void *mem_from, unsigned long mem_len) in debug_check_no_locks_freed() argument
6583 if (not_in_range(mem_from, mem_len, hlock->instance, in debug_check_no_locks_freed()
6587 print_freed_lock_bug(curr, mem_from, mem_from + mem_len, hlock); in debug_check_no_locks_freed()