Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\dcache.c Create Date:2022-07-28 20:07:24
Last Modify:2020-03-18 10:27:32 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Here we resort to our own counters instead of using generic per-cpu counters* for consistency with what the vfs inode code does

Proto:static long get_nr_dentry(void)

Type:long

Parameter:Nothing

143  sum = 0
144  for_each_possible_cpu(i)
145  sum += per_cpu(nr_dentry, i)
146  Return If sum < 0 Then 0 Else sum
Caller
NameDescribe
proc_nr_dentry