Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddebug_locks.h53 extern void debug_check_no_locks_freed(const void *from, unsigned long len);
65 debug_check_no_locks_freed(const void *from, unsigned long len) in debug_check_no_locks_freed() function
H A Dlocal_lock_internal.h85 debug_check_no_locks_freed((void *)lock, sizeof(*lock));\
101 debug_check_no_locks_freed((void *)lock, sizeof(*lock));\
/linux/kernel/rcu/
H A Dsrcutiny.c55 debug_check_no_locks_freed((void *)ssp, sizeof(*ssp)); in init_srcu_struct_lockdep()
H A Dsrcutree.c264 debug_check_no_locks_freed((void *)ssp, sizeof(*ssp)); in __init_srcu_struct_common()
/linux/mm/
H A Dslub.c2676 debug_check_no_locks_freed(x, s->object_size); in slab_free_hook()