debug_check_no_locks_freed 2170 arch/x86/mm/pageattr.c 		debug_check_no_locks_freed(page_address(page),
debug_check_no_locks_freed   64 drivers/tty/tty_ldsem.c 	debug_check_no_locks_freed((void *)sem, sizeof(*sem));
debug_check_no_locks_freed   54 include/linux/debug_locks.h extern void debug_check_no_locks_freed(const void *from, unsigned long len);
debug_check_no_locks_freed  143 include/linux/ww_mutex.h 	debug_check_no_locks_freed((void *)ctx, sizeof(*ctx));
debug_check_no_locks_freed 1513 include/net/sock.h 	debug_check_no_locks_freed((void *)&(sk)->sk_lock,		\
debug_check_no_locks_freed 5306 kernel/locking/lockdep.c EXPORT_SYMBOL_GPL(debug_check_no_locks_freed);
debug_check_no_locks_freed   87 kernel/locking/mutex-debug.c 	debug_check_no_locks_freed((void *)lock, sizeof(*lock));
debug_check_no_locks_freed  175 kernel/locking/rtmutex-debug.c 	debug_check_no_locks_freed((void *)lock, sizeof(*lock));
debug_check_no_locks_freed  331 kernel/locking/rwsem.c 	debug_check_no_locks_freed((void *)sem, sizeof(*sem));
debug_check_no_locks_freed   23 kernel/locking/spinlock_debug.c 	debug_check_no_locks_freed((void *)lock, sizeof(*lock));
debug_check_no_locks_freed   41 kernel/locking/spinlock_debug.c 	debug_check_no_locks_freed((void *)lock, sizeof(*lock));
debug_check_no_locks_freed   48 kernel/rcu/srcutiny.c 	debug_check_no_locks_freed((void *)ssp, sizeof(*ssp));
debug_check_no_locks_freed  193 kernel/rcu/srcutree.c 	debug_check_no_locks_freed((void *)ssp, sizeof(*ssp));
debug_check_no_locks_freed 1166 mm/page_alloc.c 		debug_check_no_locks_freed(page_address(page),
debug_check_no_locks_freed 3690 mm/slab.c      	debug_check_no_locks_freed(objp, cachep->object_size);
debug_check_no_locks_freed 3716 mm/slab.c      		debug_check_no_locks_freed(objp, s->object_size);
debug_check_no_locks_freed 3753 mm/slab.c      	debug_check_no_locks_freed(objp, c->object_size);
debug_check_no_locks_freed 1416 mm/slub.c      		debug_check_no_locks_freed(x, s->object_size);
debug_check_no_locks_freed 1750 mm/vmalloc.c   		debug_check_no_locks_freed(mem, size);
debug_check_no_locks_freed 1757 mm/vmalloc.c   	debug_check_no_locks_freed((void *)va->va_start,
debug_check_no_locks_freed 2246 mm/vmalloc.c   	debug_check_no_locks_freed(area->addr, get_vm_area_size(area));
debug_check_no_locks_freed   50 tools/lib/lockdep/include/liblockdep/common.h extern void debug_check_no_locks_freed(const void *from, unsigned long len);
debug_check_no_locks_freed  320 tools/lib/lockdep/preload.c 	debug_check_no_locks_freed(mutex, sizeof(*mutex));
debug_check_no_locks_freed  344 tools/lib/lockdep/preload.c 	debug_check_no_locks_freed(rwlock, sizeof(*rwlock));