Searched refs:debug_check_no_locks_freed (Results 1 – 18 of 18) sorted by relevance
/linux-4.4.14/include/linux/ |
D | debug_locks.h | 53 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
|
D | ww_mutex.h | 131 debug_check_no_locks_freed((void *)ctx, sizeof(*ctx)); in ww_acquire_init()
|
/linux-4.4.14/tools/lib/lockdep/include/liblockdep/ |
D | common.h | 46 extern void debug_check_no_locks_freed(const void *from, unsigned long len);
|
/linux-4.4.14/kernel/locking/ |
D | spinlock_debug.c | 23 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()
|
D | mutex-debug.c | 100 debug_check_no_locks_freed((void *)lock, sizeof(*lock)); in debug_mutex_init()
|
D | rtmutex-debug.c | 172 debug_check_no_locks_freed((void *)lock, sizeof(*lock)); in debug_rt_mutex_init()
|
D | rwsem-spinlock.c | 46 debug_check_no_locks_freed((void *)sem, sizeof(*sem)); in __init_rwsem()
|
D | rwsem-xadd.c | 80 debug_check_no_locks_freed((void *)sem, sizeof(*sem)); in __init_rwsem()
|
D | lockdep.c | 4109 void debug_check_no_locks_freed(const void *mem_from, unsigned long mem_len) in debug_check_no_locks_freed() function 4132 EXPORT_SYMBOL_GPL(debug_check_no_locks_freed);
|
/linux-4.4.14/tools/lib/lockdep/ |
D | preload.c | 320 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.4.14/drivers/tty/ |
D | tty_ldsem.c | 109 debug_check_no_locks_freed((void *)sem, sizeof(*sem)); in __init_ldsem()
|
/linux-4.4.14/kernel/rcu/ |
D | srcu.c | 119 debug_check_no_locks_freed((void *)sp, sizeof(*sp)); in __init_srcu_struct()
|
/linux-4.4.14/mm/ |
D | vmalloc.c | 1092 debug_check_no_locks_freed(mem, size); in vm_unmap_ram() 1470 debug_check_no_locks_freed(addr, get_vm_area_size(area)); in __vunmap()
|
D | slab.c | 3562 debug_check_no_locks_freed(objp, cachep->object_size); in kmem_cache_free() 3593 debug_check_no_locks_freed(objp, c->object_size); in kfree()
|
D | page_alloc.c | 999 debug_check_no_locks_freed(page_address(page), in free_pages_prepare()
|
D | slub.c | 1327 debug_check_no_locks_freed(x, s->object_size); in slab_free_hook()
|
/linux-4.4.14/arch/x86/mm/ |
D | pageattr.c | 1904 debug_check_no_locks_freed(page_address(page), in __kernel_map_pages()
|
/linux-4.4.14/include/net/ |
D | sock.h | 1470 debug_check_no_locks_freed((void *)&(sk)->sk_lock, \
|