Searched refs:proto_destroy_lock (Results 1 – 2 of 2) sorted by relevance
183 mutex_lock(&block->proto_destroy_lock); in tcf_proto_signal_destroying()186 mutex_unlock(&block->proto_destroy_lock); in tcf_proto_signal_destroying()222 mutex_lock(&block->proto_destroy_lock); in tcf_proto_signal_destroyed()225 mutex_unlock(&block->proto_destroy_lock); in tcf_proto_signal_destroyed()562 mutex_destroy(&block->proto_destroy_lock); in tcf_block_destroy()1025 mutex_init(&block->proto_destroy_lock); in tcf_block_create()
488 struct mutex proto_destroy_lock; /* Lock for proto_destroy hashtable. */ member