Home
last modified time | relevance | path

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

/linux-6.6.21/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
Dlocal_lock_internal.h58 debug_check_no_locks_freed((void *)lock, sizeof(*lock));\
Dww_mutex.h146 debug_check_no_locks_freed((void *)ctx, sizeof(*ctx)); in ww_acquire_init()
/linux-6.6.21/kernel/locking/
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()
Dspinlock_rt.c138 debug_check_no_locks_freed((void *)lock, sizeof(*lock)); in __rt_spin_lock_init()
276 debug_check_no_locks_freed((void *)rwlock, sizeof(*rwlock)); in __rt_rwlock_init()
Dmutex-debug.c86 debug_check_no_locks_freed((void *)lock, sizeof(*lock)); in debug_mutex_init()
Drtmutex_api.c216 debug_check_no_locks_freed((void *)lock, sizeof(*lock)); in __rt_mutex_init()
497 debug_check_no_locks_freed((void *)mutex, sizeof(*mutex)); in __mutex_rt_init()
Dpercpu-rwsem.c26 debug_check_no_locks_freed((void *)sem, sizeof(*sem)); in __percpu_init_rwsem()
Drwsem.c317 debug_check_no_locks_freed((void *)sem, sizeof(*sem)); in __init_rwsem()
1441 debug_check_no_locks_freed((void *)sem, sizeof(*sem)); in __init_rwsem()
Dlockdep.c6553 void debug_check_no_locks_freed(const void *mem_from, unsigned long mem_len) in debug_check_no_locks_freed() function
6576 EXPORT_SYMBOL_GPL(debug_check_no_locks_freed);
/linux-6.6.21/kernel/rcu/
Dsrcutiny.c49 debug_check_no_locks_freed((void *)ssp, sizeof(*ssp)); in __init_srcu_struct()
Dsrcutree.c289 debug_check_no_locks_freed((void *)ssp, sizeof(*ssp)); in __init_srcu_struct()
/linux-6.6.21/drivers/tty/
Dtty_ldsem.c64 debug_check_no_locks_freed((void *)sem, sizeof(*sem)); in __init_ldsem()
/linux-6.6.21/mm/
Dvmalloc.c2353 debug_check_no_locks_freed(mem, size); in vm_unmap_ram()
2362 debug_check_no_locks_freed((void *)va->va_start, in vm_unmap_ram()
2700 debug_check_no_locks_freed(vm->addr, get_vm_area_size(vm)); in remove_vm_area()
Dslab.c3554 debug_check_no_locks_freed(objp, cachep->object_size); in __do_kmem_cache_free()
3613 debug_check_no_locks_freed(objp, s->object_size); in kmem_cache_free_bulk()
Dpage_alloc.c1140 debug_check_no_locks_freed(page_address(page), in free_pages_prepare()
Dslub.c1772 debug_check_no_locks_freed(x, s->object_size); in slab_free_hook()
/linux-6.6.21/arch/x86/mm/pat/
Dset_memory.c2365 debug_check_no_locks_freed(page_address(page), in __kernel_map_pages()
/linux-6.6.21/include/net/
Dsock.h1703 debug_check_no_locks_freed((void *)&(sk)->sk_lock, \