Searched refs:list_lru_one (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/include/linux/ |
D | list_lru.h | 28 struct list_lru_one { struct 37 struct list_lru_one *lru[0]; argument 44 struct list_lru_one lru; 136 void list_lru_isolate(struct list_lru_one *list, struct list_head *item); 137 void list_lru_isolate_move(struct list_lru_one *list, struct list_head *item, 141 struct list_lru_one *list, spinlock_t *lock, void *cb_arg);
|
/Linux-v4.19/mm/ |
D | list_lru.c | 47 static inline struct list_lru_one * 72 static inline struct list_lru_one * 76 struct list_lru_one *l = &nlru->lru; in list_lru_from_kmem() 111 static inline struct list_lru_one * 117 static inline struct list_lru_one * 132 struct list_lru_one *l; in list_lru_add() 155 struct list_lru_one *l; in list_lru_del() 171 void list_lru_isolate(struct list_lru_one *list, struct list_head *item) in list_lru_isolate() 178 void list_lru_isolate_move(struct list_lru_one *list, struct list_head *item, in list_lru_isolate_move() 190 struct list_lru_one *l; in list_lru_count_one() [all …]
|
D | workingset.c | 411 struct list_lru_one *lru, in shadow_lru_isolate()
|
/Linux-v4.19/drivers/android/ |
D | binder_alloc.h | 125 struct list_lru_one *lru,
|
D | binder_alloc.c | 943 struct list_lru_one *lru, in binder_alloc_free_page()
|
/Linux-v4.19/fs/ |
D | dcache.c | 430 static void d_lru_isolate(struct list_lru_one *lru, struct dentry *dentry) in d_lru_isolate() 438 static void d_lru_shrink_move(struct list_lru_one *lru, struct dentry *dentry, in d_lru_shrink_move() 1095 struct list_lru_one *lru, spinlock_t *lru_lock, void *arg) in dentry_lru_isolate() 1176 struct list_lru_one *lru, spinlock_t *lru_lock, void *arg) in dentry_lru_isolate_shrink()
|
D | inode.c | 709 struct list_lru_one *lru, spinlock_t *lru_lock, void *arg) in inode_lru_isolate()
|
/Linux-v4.19/fs/xfs/ |
D | xfs_buf.c | 1594 struct list_lru_one *lru, in xfs_buftarg_wait_rele() 1670 struct list_lru_one *lru, in xfs_buftarg_isolate()
|
D | xfs_qm.c | 417 struct list_lru_one *lru, in xfs_qm_dquot_isolate()
|
/Linux-v4.19/fs/gfs2/ |
D | quota.c | 149 struct list_lru_one *lru, spinlock_t *lru_lock, void *arg) in gfs2_qd_isolate()
|