Searched refs:shrinker_info_unit (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dshrinker.h16 struct shrinker_info_unit { struct
24 struct shrinker_info_unit *unit[];
/linux-master/mm/
H A Dshrinker.c18 return (DIV_ROUND_UP(nr_items, SHRINKER_UNIT_BITS) * sizeof(struct shrinker_info_unit *));
23 struct shrinker_info_unit **unit;
44 struct shrinker_info_unit *unit;
198 struct shrinker_info_unit *unit;
254 struct shrinker_info_unit *unit;
270 struct shrinker_info_unit *unit;
289 struct shrinker_info_unit *child_unit, *parent_unit;
484 * The shrinker_info_unit is never freed unless its corresponding memcg
486 * memcg will not be destroyed, and of course shrinker_info_unit will
492 * step 2: after getting shrinker_info_unit w
[all...]

Completed in 194 milliseconds