Searched refs:debug_check_no_locks_freed (Results 1 – 19 of 19) sorted by relevance
| /linux-6.15/include/linux/ |
| H A 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
|
| H A D | local_lock_internal.h | 77 debug_check_no_locks_freed((void *)lock, sizeof(*lock));\ 90 debug_check_no_locks_freed((void *)lock, sizeof(*lock));\
|
| H A D | ww_mutex.h | 156 debug_check_no_locks_freed((void *)ctx, sizeof(*ctx)); in ww_acquire_init()
|
| /linux-6.15/kernel/locking/ |
| H A D | spinlock_debug.c | 24 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 D | spinlock_rt.c | 140 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 D | mutex-debug.c | 87 debug_check_no_locks_freed((void *)lock, sizeof(*lock)); in debug_mutex_init()
|
| H A D | rtmutex_api.c | 216 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 D | percpu-rwsem.c | 26 debug_check_no_locks_freed((void *)sem, sizeof(*sem)); in __percpu_init_rwsem()
|
| H A D | rwsem.c | 315 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 D | lockdep.c | 6699 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 D | srcutiny.c | 53 debug_check_no_locks_freed((void *)ssp, sizeof(*ssp)); in __init_srcu_struct()
|
| H A D | srcutree.c | 293 debug_check_no_locks_freed((void *)ssp, sizeof(*ssp)); in __init_srcu_struct()
|
| /linux-6.15/drivers/tty/ |
| H A D | tty_ldsem.c | 64 debug_check_no_locks_freed((void *)sem, sizeof(*sem)); in __init_ldsem()
|
| /linux-6.15/fs/bcachefs/ |
| H A D | six.c | 860 debug_check_no_locks_freed((void *) lock, sizeof(*lock)); in __six_lock_init()
|
| /linux-6.15/mm/ |
| H A D | vmalloc.c | 2946 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 D | page_alloc.c | 1263 debug_check_no_locks_freed(page_address(page), in free_pages_prepare()
|
| H A D | slub.c | 2308 debug_check_no_locks_freed(x, s->object_size); in slab_free_hook()
|
| /linux-6.15/arch/x86/mm/pat/ |
| H A D | set_memory.c | 2655 debug_check_no_locks_freed(page_address(page), in __kernel_map_pages()
|
| /linux-6.15/include/net/ |
| H A D | sock.h | 1634 debug_check_no_locks_freed((void *)&(sk)->sk_lock, \
|