Searched defs:memcg_events (Results 1 – 2 of 2) sorted by relevance
42 struct memcg_events { struct43 struct memcg_counters counters;44 char path[PATH_MAX];45 int inotify_fd;46 int inotify_wd;
852 unsigned long memcg_events(struct mem_cgroup *memcg, int event) in memcg_events() function