Searched refs:__entry_find (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/fs/ |
H A D | mbcache.c | 152 static struct mb_cache_entry *__entry_find(struct mb_cache *cache, in __entry_find() function 195 return __entry_find(cache, NULL, key); in mb_cache_entry_find_first() 212 return __entry_find(cache, entry, entry->e_key); in mb_cache_entry_find_next()
|
/kernel/linux/linux-5.10/fs/ |
H A D | mbcache.c | 152 static struct mb_cache_entry *__entry_find(struct mb_cache *cache, in __entry_find() function 195 return __entry_find(cache, NULL, key); in mb_cache_entry_find_first() 212 return __entry_find(cache, entry, entry->e_key); in mb_cache_entry_find_next()
|
Completed in 2 milliseconds