Searched defs:clist (Results 1 - 2 of 2) sorted by relevance
/lxc/src/tests/ |
H A D | list.c | 30 struct lxc_container **clist; local 37 n2 = func(lxcpath, NULL, &clist); 41 struct lxc_container *c = clist[i]; 46 free(clist); 47 clist = NULL; 64 n2 = func(lxcpath, &names, &clist); 68 struct lxc_container *c = clist[i]; 77 free(clist);
|
/lxc/src/lxc/cgroups/ |
H A D | cgfsng.c | 33 * under /sys/fs/cgroup/clist where clist is either the controller, or 110 static void free_string_list(char **clist) argument 112 if (clist) { 115 for (i = 0; clist[i]; i++) 116 free(clist[i]); 117 free(clist); 202 * append an entry to the clist. Do not fail. 203 * *clist must be NULL the first time we are called. 214 static void must_append_controller(char **klist, char **nlist, char ***clist, cha argument 698 controller_list_is_dup(struct hierarchy **hlist, char **clist) argument 813 add_controller(char **clist, char *mountpoint, char *base_cgroup) argument [all...] |
Completed in 19 milliseconds