Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\mbcache.c Create Date:2022-07-28 20:29:33
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:mb_cache_entry_find_first - find the first reusable entry with the given key*@cache: cache where we should search*@key: key to look for* Search in @cache for a reusable entry with key @key. Grabs reference to the

Proto:struct mb_cache_entry *mb_cache_entry_find_first(struct mb_cache *cache, unsigned int key)

Type:struct mb_cache_entry

Parameter:

TypeParameterName
struct mb_cache *cache
unsigned intkey
171  Return __entry_find(cache, NULL, key)