Searched refs:lock_quick_destroy (Results 1 – 10 of 10) sorted by relevance
129 #define lock_quick_destroy(lock) LOCKRET(pthread_mutex_destroy(lock)) macro144 #define lock_quick_destroy(lock) LOCKRET(pthread_spin_destroy(lock)) macro204 #define lock_quick_destroy(lock) LOCKRET(mutex_destroy(lock)) macro242 #define lock_quick_destroy(lock) lock_basic_destroy(lock) macro278 #define lock_quick_destroy(lock) /* nop */ macro
69 lock_quick_destroy(&n->lock); in tcl_list_free_node()
167 lock_quick_destroy(&alloc->lock); in alloc_clear()
87 lock_quick_destroy(&table->lock); in lruhash_create()105 lock_quick_destroy(&bin->lock); in bin_delete()160 lock_quick_destroy(&table->lock); in lruhash_delete()258 lock_quick_destroy(&table->array[i].lock); in table_grow()
327 #define lock_quick_destroy(lock) checklock_destroy(check_lock_spinlock, &((lock)->c_spl), __func__,… macro
153 lock_quick_destroy(&bin.lock); in test_bin_find_entry()