Searched refs:debug_check_no_locks_freed (Results 1 – 11 of 11) sorted by relevance
| /linux/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 | 85 debug_check_no_locks_freed((void *)lock, sizeof(*lock));\ 101 debug_check_no_locks_freed((void *)lock, sizeof(*lock));\
|
| /linux/kernel/rcu/ |
| H A D | srcutiny.c | 55 debug_check_no_locks_freed((void *)ssp, sizeof(*ssp)); in __init_srcu_struct()
|
| H A D | srcutree.c | 264 debug_check_no_locks_freed((void *)ssp, sizeof(*ssp)); in __init_srcu_struct_common()
|
| /linux/kernel/locking/ |
| H A D | mutex.c | 184 debug_check_no_locks_freed((void *)lock, sizeof(*lock)); in mutex_init_lockdep()
|
| H A D | lockdep.c | 6710 void debug_check_no_locks_freed(const void *mem_from, unsigned long mem_len) in debug_check_no_locks_freed() function 6733 EXPORT_SYMBOL_GPL(debug_check_no_locks_freed);
|
| /linux/mm/ |
| H A D | vmalloc.c | 3034 debug_check_no_locks_freed(mem, size); in vm_unmap_ram() 3043 debug_check_no_locks_freed((void *)va->va_start, va_size(va)); in vm_unmap_ram() 3329 debug_check_no_locks_freed(vm->addr, get_vm_area_size(vm)); in remove_vm_area()
|
| H A D | page_alloc.c | 1407 debug_check_no_locks_freed(page_address(page), in __free_pages_prepare()
|
| H A D | slub.c | 2617 debug_check_no_locks_freed(x, s->object_size); in slab_free_hook()
|
| /linux/arch/x86/mm/pat/ |
| H A D | set_memory.c | 2671 debug_check_no_locks_freed(page_address(page), in __kernel_map_pages()
|
| /linux/include/net/ |
| H A D | sock.h | 1696 debug_check_no_locks_freed((void *)&(sk)->sk_lock, \
|