Searched refs:debug_check_no_locks_freed (Results 1 – 19 of 19) sorted by relevance
/linux-6.3-rc2/include/linux/ |
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
|
A D | local_lock_internal.h | 58 debug_check_no_locks_freed((void *)lock, sizeof(*lock));\
|
A D | ww_mutex.h | 146 debug_check_no_locks_freed((void *)ctx, sizeof(*ctx)); in ww_acquire_init()
|
/linux-6.3-rc2/kernel/locking/ |
A D | spinlock_debug.c | 23 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()
|
A D | spinlock_rt.c | 138 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()
|
A D | mutex-debug.c | 86 debug_check_no_locks_freed((void *)lock, sizeof(*lock)); in debug_mutex_init()
|
A D | rtmutex_api.c | 216 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()
|
A D | percpu-rwsem.c | 26 debug_check_no_locks_freed((void *)sem, sizeof(*sem)); in __percpu_init_rwsem()
|
A D | rwsem.c | 317 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()
|
A D | lockdep.c | 6440 void debug_check_no_locks_freed(const void *mem_from, unsigned long mem_len) in debug_check_no_locks_freed() function 6463 EXPORT_SYMBOL_GPL(debug_check_no_locks_freed);
|
/linux-6.3-rc2/kernel/rcu/ |
A D | srcutiny.c | 49 debug_check_no_locks_freed((void *)ssp, sizeof(*ssp)); in __init_srcu_struct()
|
A D | srcutree.c | 278 debug_check_no_locks_freed((void *)ssp, sizeof(*ssp)); in __init_srcu_struct()
|
/linux-6.3-rc2/drivers/tty/ |
A D | tty_ldsem.c | 64 debug_check_no_locks_freed((void *)sem, sizeof(*sem)); in __init_ldsem()
|
/linux-6.3-rc2/mm/ |
A D | vmalloc.c | 2253 debug_check_no_locks_freed(mem, size); in vm_unmap_ram() 2262 debug_check_no_locks_freed((void *)va->va_start, in vm_unmap_ram() 2600 debug_check_no_locks_freed(vm->addr, get_vm_area_size(vm)); in remove_vm_area()
|
A D | slab.c | 3574 debug_check_no_locks_freed(objp, cachep->object_size); in __do_kmem_cache_free() 3633 debug_check_no_locks_freed(objp, s->object_size); in kmem_cache_free_bulk()
|
A D | slub.c | 1753 debug_check_no_locks_freed(x, s->object_size); in slab_free_hook()
|
A D | page_alloc.c | 1457 debug_check_no_locks_freed(page_address(page), in free_pages_prepare()
|
/linux-6.3-rc2/arch/x86/mm/pat/ |
A D | set_memory.c | 2366 debug_check_no_locks_freed(page_address(page), in __kernel_map_pages()
|
/linux-6.3-rc2/include/net/ |
A D | sock.h | 1680 debug_check_no_locks_freed((void *)&(sk)->sk_lock, \
|
Completed in 80 milliseconds