Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Ddebug_locks.h54 extern void debug_check_no_locks_freed(const void *from, unsigned long len);
66 debug_check_no_locks_freed(const void *from, unsigned long len) in debug_check_no_locks_freed() function
Dww_mutex.h143 debug_check_no_locks_freed((void *)ctx, sizeof(*ctx)); in ww_acquire_init()
/Linux-v4.19/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.c87 debug_check_no_locks_freed((void *)lock, sizeof(*lock)); in debug_mutex_init()
Drtmutex-debug.c175 debug_check_no_locks_freed((void *)lock, sizeof(*lock)); in debug_rt_mutex_init()
Drwsem-spinlock.c48 debug_check_no_locks_freed((void *)sem, sizeof(*sem)); in __init_rwsem()
Drwsem-xadd.c83 debug_check_no_locks_freed((void *)sem, sizeof(*sem)); in __init_rwsem()
Dlockdep.c4378 void debug_check_no_locks_freed(const void *mem_from, unsigned long mem_len) in debug_check_no_locks_freed() function
4401 EXPORT_SYMBOL_GPL(debug_check_no_locks_freed);
/Linux-v4.19/tools/lib/lockdep/include/liblockdep/
Dcommon.h47 extern void debug_check_no_locks_freed(const void *from, unsigned long len);
/Linux-v4.19/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-v4.19/kernel/rcu/
Dsrcutiny.c58 debug_check_no_locks_freed((void *)sp, sizeof(*sp)); in __init_srcu_struct()
Dsrcutree.c200 debug_check_no_locks_freed((void *)sp, sizeof(*sp)); in __init_srcu_struct()
/Linux-v4.19/drivers/tty/
Dtty_ldsem.c87 debug_check_no_locks_freed((void *)sem, sizeof(*sem)); in __init_ldsem()
/Linux-v4.19/mm/
Dvmalloc.c1132 debug_check_no_locks_freed(mem, size); in vm_unmap_ram()
1139 debug_check_no_locks_freed((void *)va->va_start, in vm_unmap_ram()
1515 debug_check_no_locks_freed(area->addr, get_vm_area_size(area)); in __vunmap()
Dslab.c3753 debug_check_no_locks_freed(objp, cachep->object_size); in kmem_cache_free()
3777 debug_check_no_locks_freed(objp, s->object_size); in kmem_cache_free_bulk()
3810 debug_check_no_locks_freed(objp, c->object_size); in kfree()
Dpage_alloc.c1025 debug_check_no_locks_freed(page_address(page), in free_pages_prepare()
Dslub.c1363 debug_check_no_locks_freed(x, s->object_size); in slab_free_hook()
/Linux-v4.19/arch/x86/mm/
Dpageattr.c2073 debug_check_no_locks_freed(page_address(page), in __kernel_map_pages()
/Linux-v4.19/include/net/
Dsock.h1472 debug_check_no_locks_freed((void *)&(sk)->sk_lock, \