Searched defs:iteration (Results 1 - 3 of 3) sorted by relevance
/systemd/src/libsystemd-network/ |
H A D | sd-ipv4acd.c | 85 int iteration; member in struct:sd_ipv4acd 148 ll->iteration++; 151 ll->iteration = 0; 277 if (ll->iteration < PROBE_NUM - 2) { 294 if (ll->iteration >= ANNOUNCE_NUM - 1) { 314 if (ll->iteration == 0) {
|
/systemd/src/cgtop/ |
H A D | cgtop.c | 130 unsigned iteration, 231 if (g->cpu_iteration == iteration - 1 && 247 g->cpu_iteration = iteration; 319 if (g->io_iteration == iteration - 1) { 346 g->io_iteration = iteration; 360 unsigned iteration, 375 r = process(controller, path, a, b, iteration, &ours); 401 r = refresh_one(controller, p, a, b, iteration, depth + 1, &child); 428 static int refresh(const char *root, Hashmap *a, Hashmap *b, unsigned iteration) { argument 433 r = refresh_one(SYSTEMD_CGROUP_CONTROLLER, root, a, b, iteration, 125 process( const char *controller, const char *path, Hashmap *a, Hashmap *b, unsigned iteration, Group **ret) argument 355 refresh_one( const char *controller, const char *path, Hashmap *a, Hashmap *b, unsigned iteration, unsigned depth, Group **ret) argument 887 unsigned iteration = 0; local [all...] |
/systemd/src/libsystemd/sd-event/ |
H A D | sd-event.c | 218 unsigned iteration; member in struct:sd_event 286 * prepared in the current iteration */ 903 s->pending_iteration = s->event->iteration; 2337 if (!s || s->prepare_iteration == e->iteration || s->enabled == SD_EVENT_OFF) 2340 s->prepare_iteration = e->iteration; 2377 e->iteration++; 2456 e->iteration++;
|
Completed in 21 milliseconds