Home
last modified time | relevance | path

Searched defs:shrinker (Results 1 – 1 of 1) sorted by relevance

/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h3763 struct shrinker { struct
3764 long unsigned int (*count_objects)(struct shrinker *, struct shrink_control *); argument
3765 long unsigned int (*scan_objects)(struct shrinker *, struct shrink_control *); argument
3766 long int batch;
3767 int seeks;
3768 unsigned int flags;
3769 struct list_head list;
3770 int id;
3771 atomic_long_t *nr_deferred;
65219 struct shrinker shrinker; member