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

/systemd/src/shared/
H A Dinstall.c64 OrderedHashmap *will_process; member in struct:__anon265
731 c->will_process = install_info_hashmap_free(c->will_process);
742 return ordered_hashmap_get(c->will_process, name);
770 r = ordered_hashmap_ensure_allocated(&c->will_process, &string_hash_ops);
793 r = ordered_hashmap_put(c->will_process, i->name, i);
1415 if (ordered_hashmap_isempty(c->will_process))
1423 while ((i = ordered_hashmap_first(c->will_process))) {
1426 q = ordered_hashmap_move_one(c->have_processed, c->will_process, i->name);
1466 if (ordered_hashmap_isempty(c->will_process))
[all...]

Completed in 13 milliseconds