Lines Matching defs:current
1476 /* Store the current timeout in a location that's globally accessible so
1558 * the current watcher. Also, filters out events that users has not
1574 * current hack is just a quick bandaid; to properly fix it, libuv
2268 uint64_t current;
2277 current = uv__read_uint64(filename);
2282 if (current != 0)
2283 return current;
2300 "/sys/fs/cgroup/%.*s/memory.current", n, p);
2307 uint64_t current;
2323 current = uv__get_cgroup1_current_memory(buf);
2325 current = uv__get_cgroup2_current_memory(buf);
2328 if (constrained < current)
2331 return constrained - current;