Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:global_node_page_state

Proto:static inline unsigned long global_node_page_state(enum node_stat_item item)

Type:unsigned long

Parameter:

TypeParameterName
enum node_stat_itemitem
195  x = atomic_long_read( & vm_node_stat[item])
200  Return x
Caller
NameDescribe
minimum_image_sizeminimum_image_size - Estimate the minimum acceptable size of an image
is_dump_unreclaim_slabsPrint out unreclaimble slabs info when unreclaimable slabs amount is greater* than all user memory (LRU pages)
global_dirtyable_memoryglobal_dirtyable_memory - number of globally dirtyable pages* Return: the global number of pages potentially available for dirty* page cache. This is the base value for the global dirty limits.
balance_dirty_pagesalance_dirty_pages() must be called by processes which are generating dirty* data
wb_over_bg_threshwb_over_bg_thresh - does @wb need to be written back?*@wb: bdi_writeback of interest* Determines whether background writeback should keep writing @wb or it's* clean enough.* Return: %true if writeback should continue.
vmstat_start
si_mem_available
si_meminfo
show_free_areasShow free area list (used inside shift_scroll-lock stuff)* We also calculate the percentage fragmentation
get_nr_dirty_pagesAdd in the number of potentially dirty inodes, because each inode* write can dirty pagecache in the underlying blockdev.