Function report |
Source Code:include\linux\list_lru.h |
Create Date:2022-07-28 05:42:05 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:list_lru_shrink_walk
Proto:static inline unsigned long list_lru_shrink_walk(struct list_lru *lru, struct shrink_control *sc, list_lru_walk_cb isolate, void *cb_arg)
Type:unsigned long
Parameter:
Type | Parameter | Name |
---|---|---|
struct list_lru * | lru | |
struct shrink_control * | sc | |
list_lru_walk_cb | isolate | |
void * | cb_arg |
Name | Describe |
---|---|
prune_dcache_sb | prune_dcache_sb - shrink the dcache*@sb: superblock*@sc: shrink control, passed to list_lru_shrink_walk()* Attempt to shrink the superblock dcache LRU by @sc->nr_to_scan entries |
prune_icache_sb | Walk the superblock inode LRU for freeable inodes and attempt to free them.* This is called from the superblock shrinker function with a number of inodes* to trim from the LRU. Inodes to be freed are moved to a temporary list and |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |