Searched defs:tx_policy_cache (Results 1 – 2 of 2) sorted by relevance
41 struct tx_policy_cache { struct42 struct tx_policy_cache_entry cache[TX_POLICY_CACHE_SIZE]; argument43 struct list_head used;44 struct list_head free;45 spinlock_t lock; /* Protect policy cache */
275 struct tx_policy_cache tx_policy_cache; member