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

/systemd/src/cgtop/
H A Dcgtop.c355 static int refresh_one( function
401 r = refresh_one(controller, p, a, b, iteration, depth + 1, &child);
433 r = refresh_one(SYSTEMD_CGROUP_CONTROLLER, root, a, b, iteration, 0, NULL);
436 r = refresh_one("cpuacct", root, a, b, iteration, 0, NULL);
439 r = refresh_one("memory", root, a, b, iteration, 0, NULL);
442 r = refresh_one("blkio", root, a, b, iteration, 0, NULL);
445 r = refresh_one("pids", root, a, b, iteration, 0, NULL);

Completed in 13 milliseconds