Searched refs:proto_destroy_lock (Results 1 – 2 of 2) sorted by relevance
63 mutex_lock(&block->proto_destroy_lock); in tcf_proto_signal_destroying()66 mutex_unlock(&block->proto_destroy_lock); in tcf_proto_signal_destroying()102 mutex_lock(&block->proto_destroy_lock); in tcf_proto_signal_destroyed()105 mutex_unlock(&block->proto_destroy_lock); in tcf_proto_signal_destroyed()412 mutex_destroy(&block->proto_destroy_lock); in tcf_block_destroy()872 mutex_init(&block->proto_destroy_lock); in tcf_block_create()
482 struct mutex proto_destroy_lock; /* Lock for proto_destroy hashtable. */ member