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