Home
last modified time | relevance | path

Searched refs:debug_check_no_locks_freed (Results 1 – 11 of 11) 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()
H A Dsrcutree.c264 debug_check_no_locks_freed((void *)ssp, sizeof(*ssp)); in __init_srcu_struct_common()
/linux/kernel/locking/
H A Dmutex.c184 debug_check_no_locks_freed((void *)lock, sizeof(*lock)); in mutex_init_lockdep()
H A Dlockdep.c6710 void debug_check_no_locks_freed(const void *mem_from, unsigned long mem_len) in debug_check_no_locks_freed() function
6733 EXPORT_SYMBOL_GPL(debug_check_no_locks_freed);
/linux/mm/
H A Dvmalloc.c3034 debug_check_no_locks_freed(mem, size); in vm_unmap_ram()
3043 debug_check_no_locks_freed((void *)va->va_start, va_size(va)); in vm_unmap_ram()
3329 debug_check_no_locks_freed(vm->addr, get_vm_area_size(vm)); in remove_vm_area()
H A Dpage_alloc.c1407 debug_check_no_locks_freed(page_address(page), in __free_pages_prepare()
H A Dslub.c2617 debug_check_no_locks_freed(x, s->object_size); in slab_free_hook()
/linux/arch/x86/mm/pat/
H A Dset_memory.c2671 debug_check_no_locks_freed(page_address(page), in __kernel_map_pages()
/linux/include/net/
H A Dsock.h1696 debug_check_no_locks_freed((void *)&(sk)->sk_lock, \