Lines Matching defs:arg
89 static int alloc_anon_50M_check(const char *cgroup, void *arg)
120 static int alloc_pagecache_50M_check(const char *cgroup, void *arg)
189 static int alloc_pagecache_50M(const char *cgroup, void *arg)
191 int fd = (long)arg;
196 static int alloc_pagecache_50M_noexit(const char *cgroup, void *arg)
198 int fd = (long)arg;
210 static int alloc_anon_noexit(const char *cgroup, void *arg)
214 if (alloc_anon(cgroup, arg))
556 static int alloc_pagecache_max_30M(const char *cgroup, void *arg)
682 static int alloc_anon_50M_check_swap(const char *cgroup, void *arg)
684 long mem_max = (long)arg;
821 static int tcp_server(const char *cgroup, void *arg)
823 struct tcp_server_args *srv_args = arg;