Searched refs:inc (Results 1 - 2 of 2) sorted by relevance

/lxc/src/lxc/
H A Dlxccontainer.c2094 static bool mod_rdep(struct lxc_container *c0, struct lxc_container *c, bool inc) argument
2128 v += inc ? 1 : -1;
2145 if (inc) {
2163 } else if (!inc) {
2221 void mod_all_rdeps(struct lxc_container *c, bool inc) argument
2250 if (!mod_rdep(p, c, inc))
H A Dstart.c79 extern void mod_all_rdeps(struct lxc_container *c, bool inc);

Completed in 271 milliseconds