Searched defs:tx_policy_cache (Results 1 – 2 of 2) sorted by relevance
154 struct tx_policy_cache { struct155 struct tx_policy_cache_entry cache[TX_POLICY_CACHE_SIZE]; argument156 struct list_head used;157 struct list_head free;158 spinlock_t lock;159 bool queue_locked;
425 struct tx_policy_cache tx_policy_cache; member