Home
last modified time | relevance | path

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

/linux/samples/cgroup/
H A Dmemcg_event_listener.c42 struct memcg_events { struct
43 struct memcg_counters counters;
44 char path[PATH_MAX];
45 int inotify_fd;
46 int inotify_wd;
/linux/mm/
H A Dmemcontrol.c852 unsigned long memcg_events(struct mem_cgroup *memcg, int event) in memcg_events() function