Searched refs:shrinker_info (Results 1 - 3 of 3) sorted by relevance

/linux-master/mm/
H A Dshrinker.c21 static inline void shrinker_unit_free(struct shrinker_info *info, int start)
41 static inline int shrinker_unit_alloc(struct shrinker_info *new,
42 struct shrinker_info *old, int nid)
65 struct shrinker_info *info;
70 info = rcu_dereference_protected(pn->shrinker_info, true);
73 rcu_assign_pointer(pn->shrinker_info, NULL);
79 struct shrinker_info *info;
92 rcu_assign_pointer(memcg->nodeinfo[nid]->shrinker_info, info);
104 static struct shrinker_info *shrinker_info_protected(struct mem_cgroup *memcg,
107 return rcu_dereference_protected(memcg->nodeinfo[nid]->shrinker_info,
[all...]
/linux-master/include/linux/
H A Dshrinker.h21 struct shrinker_info { struct
H A Dmemcontrol.h125 struct shrinker_info __rcu *shrinker_info; member in struct:mem_cgroup_per_node

Completed in 147 milliseconds