Lines Matching refs:reusable
68 * @reusable - is the entry reusable by others?
75 u64 value, bool reusable)
104 if (reusable)
185 * mb_cache_entry_find_first - find the first reusable entry with the given key
189 * Search in @cache for a reusable entry with key @key. Grabs reference to the
190 * first reusable entry found and returns the entry.
200 * mb_cache_entry_find_next - find next reusable entry with the same key
204 * Finds next reusable entry in the hash chain which has the same key as @entry.
206 * search), finds the first reusable entry in the hash chain. The function drops