Searched refs:candidates (Results 1 – 6 of 6) sorted by relevance
/systemd-251/src/oom/ |
D | oomd-manager.c | 273 _cleanup_hashmap_free_ Hashmap *candidates = NULL; in get_monitored_cgroup_contexts_candidates() local 280 candidates = hashmap_new(&oomd_cgroup_ctx_hash_ops); in get_monitored_cgroup_contexts_candidates() 281 if (!candidates) in get_monitored_cgroup_contexts_candidates() 285 r = recursively_get_cgroup_context(candidates, ctx->path); in get_monitored_cgroup_contexts_candidates() 292 *ret_candidates = TAKE_PTR(candidates); in get_monitored_cgroup_contexts_candidates() 297 …int update_monitored_cgroup_contexts_candidates(Hashmap *monitored_cgroups, Hashmap **candidates) { in update_monitored_cgroup_contexts_candidates() argument 302 assert(candidates); in update_monitored_cgroup_contexts_candidates() 303 assert(*candidates); in update_monitored_cgroup_contexts_candidates() 309 oomd_update_cgroup_contexts_between_hashmaps(*candidates, new_candidates); in update_monitored_cgroup_contexts_candidates() 311 hashmap_free(*candidates); in update_monitored_cgroup_contexts_candidates() [all …]
|
/systemd-251/src/resolve/ |
D | resolved-dns-query.c | 38 LIST_PREPEND(candidates_by_query, q->candidates, c); in dns_query_candidate_new() 65 LIST_REMOVE(candidates_by_query, c->query->candidates, c); in dns_query_candidate_unlink() 352 LIST_FOREACH(candidates_by_query, c, q->candidates) in dns_query_stop() 359 while (q->candidates) in dns_query_unlink_candidates() 362 dns_query_candidate_unref(dns_query_candidate_unlink(q->candidates)); in dns_query_unlink_candidates() 791 LIST_FOREACH(candidates_by_query, c, q->candidates) { in dns_query_go() 947 LIST_FOREACH(candidates_by_query, c, q->candidates) { in dns_query_ready()
|
D | resolved-dns-query.h | 65 LIST_HEAD(DnsQueryCandidate, candidates);
|
/systemd-251/src/test/ |
D | test-socket-bind.c | 16 char **candidates = STRV_MAKE("ncat", "nc", "netcat"); in find_netcat_executable() local 19 STRV_FOREACH(c, candidates) { in find_netcat_executable()
|
/systemd-251/test/test-execute/ |
D | exec-dynamicuser-statedir.service | 16 …re that /var/lib/private/waldo is really the only writable directory besides the obvious candidates
|
/systemd-251/docs/ |
D | TEMPORARY_DIRECTORIES.md | 128 candidates for deletion by the ageing algorithm. The
|