Home
last modified time | relevance | path

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

/linux-6.12.1/samples/cgroup/
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-6.12.1/mm/
Dmemcontrol.c840 unsigned long memcg_events(struct mem_cgroup *memcg, int event) in memcg_events() function