Searched defs:check (Results 1 - 1 of 1) sorted by relevance

/lxc/src/lxc/tools/
H A Dlxc_ls.c124 * To calculate swap usage we should not simply check memory.usage_in_bytes and
128 * Instead we check memory.stat and check the "swap" value.
369 int check; local
380 check = regcomp(&preg, tmp, REG_NOSUB | REG_EXTENDED);
381 if (check == REG_ESPACE) /* we're out of memory */
383 else if (check != 0)
385 check = regexec(&preg, name, 0, NULL, 0);
387 if (check != 0)
496 check
1024 int check = snprintf(*lockpath, *len_lockpath, "%s/lxc/lock/%s/%s", rundir, path, name); local
[all...]

Completed in 39 milliseconds