Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:mod_lruvec_state

Proto:static inline void mod_lruvec_state(struct lruvec *lruvec, enum node_stat_item idx, int val)

Type:void

Parameter:

TypeParameterName
struct lruvec *lruvec
enum node_stat_itemidx
intval
704  local_irq_save(flags)
705  __mod_lruvec_state - update lruvec memory statistics*@lruvec: the lruvec*@idx: the stat item*@val: delta to add to the counter, can be negative* The lruvec is the intersection of the NUMA node and a cgroup
706  local_irq_restore(flags)