Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A 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
H A Dlocal_lock_internal.h77 debug_check_no_locks_freed((void *)lock, sizeof(*lock));\
90 debug_check_no_locks_freed((void *)lock, sizeof(*lock));\
H A Dww_mutex.h156 debug_check_no_locks_freed((void *)ctx, sizeof(*ctx)); in ww_acquire_init()
/linux-6.15/kernel/locking/
H A Dspinlock_debug.c24 debug_check_no_locks_freed((void *)lock, sizeof(*lock)); in __raw_spin_lock_init()
43 debug_check_no_locks_freed((void *)lock, sizeof(*lock)); in __rwlock_init()
H A Dspinlock_rt.c140 debug_check_no_locks_freed((void *)lock, sizeof(*lock)); in __rt_spin_lock_init()
283 debug_check_no_locks_freed((void *)rwlock, sizeof(*rwlock)); in __rt_rwlock_init()
H A Dmutex-debug.c87 debug_check_no_locks_freed((void *)lock, sizeof(*lock)); in debug_mutex_init()
H A Drtmutex_api.c216 debug_check_no_locks_freed((void *)lock, sizeof(*lock)); in __rt_mutex_init()
503 debug_check_no_locks_freed((void *)mutex, sizeof(*mutex)); in __mutex_rt_init()
H A Dpercpu-rwsem.c26 debug_check_no_locks_freed((void *)sem, sizeof(*sem)); in __percpu_init_rwsem()
H A Drwsem.c315 debug_check_no_locks_freed((void *)sem, sizeof(*sem)); in __init_rwsem()
1445 debug_check_no_locks_freed((void *)sem, sizeof(*sem)); in __init_rwsem()
H A Dlockdep.c6699 void debug_check_no_locks_freed(const void *mem_from, unsigned long mem_len) in debug_check_no_locks_freed() function
6722 EXPORT_SYMBOL_GPL(debug_check_no_locks_freed);
/linux-6.15/kernel/rcu/
H A Dsrcutiny.c53 debug_check_no_locks_freed((void *)ssp, sizeof(*ssp)); in __init_srcu_struct()
H A Dsrcutree.c293 debug_check_no_locks_freed((void *)ssp, sizeof(*ssp)); in __init_srcu_struct()
/linux-6.15/drivers/tty/
H A Dtty_ldsem.c64 debug_check_no_locks_freed((void *)sem, sizeof(*sem)); in __init_ldsem()
/linux-6.15/fs/bcachefs/
H A Dsix.c860 debug_check_no_locks_freed((void *) lock, sizeof(*lock)); in __six_lock_init()
/linux-6.15/mm/
H A Dvmalloc.c2946 debug_check_no_locks_freed(mem, size); in vm_unmap_ram()
2955 debug_check_no_locks_freed((void *)va->va_start, va_size(va)); in vm_unmap_ram()
3241 debug_check_no_locks_freed(vm->addr, get_vm_area_size(vm)); in remove_vm_area()
H A Dpage_alloc.c1263 debug_check_no_locks_freed(page_address(page), in free_pages_prepare()
H A Dslub.c2308 debug_check_no_locks_freed(x, s->object_size); in slab_free_hook()
/linux-6.15/arch/x86/mm/pat/
H A Dset_memory.c2655 debug_check_no_locks_freed(page_address(page), in __kernel_map_pages()
/linux-6.15/include/net/
H A Dsock.h1634 debug_check_no_locks_freed((void *)&(sk)->sk_lock, \