Searched refs:proto_destroy_lock (Results 1 – 2 of 2) sorted by relevance
62 mutex_lock(&block->proto_destroy_lock); in tcf_proto_signal_destroying()65 mutex_unlock(&block->proto_destroy_lock); in tcf_proto_signal_destroying()101 mutex_lock(&block->proto_destroy_lock); in tcf_proto_signal_destroyed()104 mutex_unlock(&block->proto_destroy_lock); in tcf_proto_signal_destroyed()432 mutex_destroy(&block->proto_destroy_lock); in tcf_block_destroy()913 mutex_init(&block->proto_destroy_lock); in tcf_block_create()
420 struct mutex proto_destroy_lock; /* Lock for proto_destroy hashtable. */ member