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.c44 struct memcg_events { struct
45 struct memcg_counters counters;
46 char path[PATH_MAX];
47 int inotify_fd;
48 int inotify_wd;
/linux/mm/
H A Dmemcontrol.c862 unsigned long memcg_events(struct mem_cgroup *memcg, int event) in memcg_events() function