Home
last modified time | relevance | path

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

/linux/include/linux/
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
A Dlocal_lock_internal.h58 debug_check_no_locks_freed((void *)lock, sizeof(*lock));\
69 debug_check_no_locks_freed((void *)lock, sizeof(*lock));\
A Dww_mutex.h146 debug_check_no_locks_freed((void *)ctx, sizeof(*ctx)); in ww_acquire_init()
/linux/kernel/locking/
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()
A Dspinlock_rt.c140 debug_check_no_locks_freed((void *)lock, sizeof(*lock)); in __rt_spin_lock_init()
282 debug_check_no_locks_freed((void *)rwlock, sizeof(*rwlock)); in __rt_rwlock_init()
A Dmutex-debug.c87 debug_check_no_locks_freed((void *)lock, sizeof(*lock)); in debug_mutex_init()
A 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()
A Dpercpu-rwsem.c26 debug_check_no_locks_freed((void *)sem, sizeof(*sem)); in __percpu_init_rwsem()
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()
A Dlockdep.c6655 void debug_check_no_locks_freed(const void *mem_from, unsigned long mem_len) in debug_check_no_locks_freed() function
6678 EXPORT_SYMBOL_GPL(debug_check_no_locks_freed);
/linux/kernel/rcu/
A Dsrcutiny.c49 debug_check_no_locks_freed((void *)ssp, sizeof(*ssp)); in __init_srcu_struct()
A Dsrcutree.c293 debug_check_no_locks_freed((void *)ssp, sizeof(*ssp)); in __init_srcu_struct()
/linux/drivers/tty/
A Dtty_ldsem.c64 debug_check_no_locks_freed((void *)sem, sizeof(*sem)); in __init_ldsem()
/linux/fs/bcachefs/
A Dsix.c852 debug_check_no_locks_freed((void *) lock, sizeof(*lock)); in __six_lock_init()
/linux/mm/
A Dvmalloc.c2930 debug_check_no_locks_freed(mem, size); in vm_unmap_ram()
2939 debug_check_no_locks_freed((void *)va->va_start, va_size(va)); in vm_unmap_ram()
3219 debug_check_no_locks_freed(vm->addr, get_vm_area_size(vm)); in remove_vm_area()
A Dpage_alloc.c1132 debug_check_no_locks_freed(page_address(page), in free_pages_prepare()
A Dslub.c2270 debug_check_no_locks_freed(x, s->object_size); in slab_free_hook()
/linux/arch/x86/mm/pat/
A Dset_memory.c2453 debug_check_no_locks_freed(page_address(page), in __kernel_map_pages()
/linux/include/net/
A Dsock.h1594 debug_check_no_locks_freed((void *)&(sk)->sk_lock, \

Completed in 80 milliseconds