debug_check_no_locks_freed 1092 arch/x86/mm/pageattr.c 		debug_check_no_locks_freed(page_address(page),
debug_check_no_locks_freed   46 include/linux/debug_locks.h extern void debug_check_no_locks_freed(const void *from, unsigned long len);
debug_check_no_locks_freed  821 include/net/sock.h 	debug_check_no_locks_freed((void *)&(sk)->sk_lock,		\
debug_check_no_locks_freed   95 kernel/mutex-debug.c 	debug_check_no_locks_freed((void *)lock, sizeof(*lock));
debug_check_no_locks_freed  227 kernel/rtmutex-debug.c 	debug_check_no_locks_freed((void *)lock, sizeof(*lock));
debug_check_no_locks_freed   30 lib/rwsem-spinlock.c 	debug_check_no_locks_freed((void *)sem, sizeof(*sem));
debug_check_no_locks_freed   21 lib/rwsem.c    	debug_check_no_locks_freed((void *)sem, sizeof(*sem));
debug_check_no_locks_freed   23 lib/spinlock_debug.c 	debug_check_no_locks_freed((void *)lock, sizeof(*lock));
debug_check_no_locks_freed   41 lib/spinlock_debug.c 	debug_check_no_locks_freed((void *)lock, sizeof(*lock));
debug_check_no_locks_freed  523 mm/page_alloc.c 		debug_check_no_locks_freed(page_address(page),PAGE_SIZE<<order);
debug_check_no_locks_freed  983 mm/page_alloc.c 		debug_check_no_locks_freed(page_address(page), PAGE_SIZE);
debug_check_no_locks_freed 3759 mm/slab.c      	debug_check_no_locks_freed(objp, obj_size(cachep));
debug_check_no_locks_freed 3786 mm/slab.c      	debug_check_no_locks_freed(objp, obj_size(c));
debug_check_no_locks_freed 1714 mm/slub.c      	debug_check_no_locks_freed(object, c->objsize);
debug_check_no_locks_freed  402 mm/vmalloc.c   	debug_check_no_locks_freed(addr, area->size);