Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Ddebug_locks.h55 extern void debug_check_no_locks_freed(const void *from, unsigned long len);
67 debug_check_no_locks_freed(const void *from, unsigned long len) in debug_check_no_locks_freed() function
Dlocal_lock_internal.h58 debug_check_no_locks_freed((void *)lock, sizeof(*lock));\
Dww_mutex.h148 debug_check_no_locks_freed((void *)ctx, sizeof(*ctx)); in ww_acquire_init()
/Linux-v5.15/kernel/locking/
Dspinlock_rt.c127 debug_check_no_locks_freed((void *)lock, sizeof(*lock)); in __rt_spin_lock_init()
259 debug_check_no_locks_freed((void *)rwlock, sizeof(*rwlock)); in __rt_rwlock_init()
Dspinlock_debug.c23 debug_check_no_locks_freed((void *)lock, sizeof(*lock)); in __raw_spin_lock_init()
42 debug_check_no_locks_freed((void *)lock, sizeof(*lock)); in __rwlock_init()
Dmutex-debug.c86 debug_check_no_locks_freed((void *)lock, sizeof(*lock)); in debug_mutex_init()
Drtmutex_api.c194 debug_check_no_locks_freed((void *)lock, sizeof(*lock)); in __rt_mutex_init()
475 debug_check_no_locks_freed((void *)mutex, sizeof(*mutex)); in __mutex_rt_init()
Dpercpu-rwsem.c24 debug_check_no_locks_freed((void *)sem, sizeof(*sem)); in __percpu_init_rwsem()
Drwsem.c312 debug_check_no_locks_freed((void *)sem, sizeof(*sem)); in __init_rwsem()
1385 debug_check_no_locks_freed((void *)sem, sizeof(*sem)); in __init_rwsem()
Dlockdep.c6391 void debug_check_no_locks_freed(const void *mem_from, unsigned long mem_len) in debug_check_no_locks_freed() function
6414 EXPORT_SYMBOL_GPL(debug_check_no_locks_freed);
/Linux-v5.15/tools/lib/lockdep/include/liblockdep/
Dcommon.h49 extern void debug_check_no_locks_freed(const void *from, unsigned long len);
/Linux-v5.15/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-v5.15/kernel/rcu/
Dsrcutiny.c49 debug_check_no_locks_freed((void *)ssp, sizeof(*ssp)); in __init_srcu_struct()
Dsrcutree.c190 debug_check_no_locks_freed((void *)ssp, sizeof(*ssp)); in __init_srcu_struct()
/Linux-v5.15/drivers/tty/
Dtty_ldsem.c64 debug_check_no_locks_freed((void *)sem, sizeof(*sem)); in __init_ldsem()
/Linux-v5.15/mm/
Dvmalloc.c2154 debug_check_no_locks_freed(mem, size); in vm_unmap_ram()
2161 debug_check_no_locks_freed((void *)va->va_start, in vm_unmap_ram()
2606 debug_check_no_locks_freed(area->addr, get_vm_area_size(area)); in __vunmap()
Dslab.c3737 debug_check_no_locks_freed(objp, cachep->object_size); in kmem_cache_free()
3763 debug_check_no_locks_freed(objp, s->object_size); in kmem_cache_free_bulk()
3800 debug_check_no_locks_freed(objp, c->object_size); in kfree()
Dslub.c1672 debug_check_no_locks_freed(x, s->object_size); in slab_free_hook()
Dpage_alloc.c1343 debug_check_no_locks_freed(page_address(page), in free_pages_prepare()
/Linux-v5.15/arch/x86/mm/pat/
Dset_memory.c2211 debug_check_no_locks_freed(page_address(page), in __kernel_map_pages()
/Linux-v5.15/include/net/
Dsock.h1598 debug_check_no_locks_freed((void *)&(sk)->sk_lock, \