Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
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
Dww_mutex.h131 debug_check_no_locks_freed((void *)ctx, sizeof(*ctx)); in ww_acquire_init()
/linux-4.1.27/kernel/locking/
Dspinlock_debug.c23 debug_check_no_locks_freed((void *)lock, sizeof(*lock)); in __raw_spin_lock_init()
41 debug_check_no_locks_freed((void *)lock, sizeof(*lock)); in __rwlock_init()
Dmutex-debug.c100 debug_check_no_locks_freed((void *)lock, sizeof(*lock)); in debug_mutex_init()
Drtmutex-debug.c172 debug_check_no_locks_freed((void *)lock, sizeof(*lock)); in debug_rt_mutex_init()
Drwsem-spinlock.c46 debug_check_no_locks_freed((void *)sem, sizeof(*sem)); in __init_rwsem()
Drwsem-xadd.c80 debug_check_no_locks_freed((void *)sem, sizeof(*sem)); in __init_rwsem()
Dlockdep.c4113 void debug_check_no_locks_freed(const void *mem_from, unsigned long mem_len) in debug_check_no_locks_freed() function
4136 EXPORT_SYMBOL_GPL(debug_check_no_locks_freed);
/linux-4.1.27/tools/lib/lockdep/
Dpreload.c320 debug_check_no_locks_freed(mutex, sizeof(*mutex)); in pthread_mutex_destroy()
344 debug_check_no_locks_freed(rwlock, sizeof(*rwlock)); in pthread_rwlock_destroy()
/linux-4.1.27/kernel/rcu/
Dsrcu.c119 debug_check_no_locks_freed((void *)sp, sizeof(*sp)); in __init_srcu_struct()
/linux-4.1.27/drivers/tty/
Dtty_ldsem.c109 debug_check_no_locks_freed((void *)sem, sizeof(*sem)); in __init_ldsem()
/linux-4.1.27/mm/
Dvmalloc.c1090 debug_check_no_locks_freed(mem, size); in vm_unmap_ram()
1469 debug_check_no_locks_freed(addr, area->size); in __vunmap()
Dslab.c3558 debug_check_no_locks_freed(objp, cachep->object_size); in kmem_cache_free()
3589 debug_check_no_locks_freed(objp, c->object_size); in kfree()
Dpage_alloc.c827 debug_check_no_locks_freed(page_address(page), in free_pages_prepare()
Dslub.c1299 debug_check_no_locks_freed(x, s->object_size); in slab_free_hook()
/linux-4.1.27/arch/x86/mm/
Dpageattr.c1841 debug_check_no_locks_freed(page_address(page), in __kernel_map_pages()
/linux-4.1.27/include/net/
Dsock.h1486 debug_check_no_locks_freed((void *)&(sk)->sk_lock, \