Home
last modified time | relevance | path

Searched refs:proto_destroy_lock (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/sched/
H A Dcls_api.c183 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()
533 mutex_destroy(&block->proto_destroy_lock); in tcf_block_destroy()
996 mutex_init(&block->proto_destroy_lock); in tcf_block_create()
/openbmc/linux/include/net/
H A Dsch_generic.h489 struct mutex proto_destroy_lock; /* Lock for proto_destroy hashtable. */ member