Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\lru_cache.c Create Date:2022-07-28 07:16:48
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:lc_find - find element by label, if present in the hash table*@lc: The lru_cache object*@enr: element number* Returns the pointer to an element, if the element with the requested* "label" or element number is present in the hash table,

Proto:struct lc_element *lc_find(struct lru_cache *lc, unsigned int enr)

Type:struct lc_element

Parameter:

TypeParameterName
struct lru_cache *lc
unsigned intenr
282  Return __lc_find(lc, enr, 0)