Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:lc_unlock - unlock @lc, allow lc_get() to change the set again*@lc: the lru cache to operate on

Proto:static inline void lc_unlock(struct lru_cache *lc)

Type:void

Parameter:

TypeParameterName
struct lru_cache *lc
290  lear_bit - Clears a bit in memory*@nr: Bit to clear*@addr: Address to start counting from* This is a relaxed atomic operation (no implied memory barriers).
291  lear_bit_unlock - Clear a bit in memory, for unlock*@nr: the bit to set*@addr: the address to start counting from* This operation is atomic and provides release barrier semantics.