Searched refs:scopes (Results 1 – 9 of 9) sorted by relevance
/systemd-251/src/shared/ |
D | elf-util.c | 205 _cleanup_free_ Dwarf_Die *scopes = NULL; in frame_callback() local 208 n = sym_dwarf_getscopes(cudie, pc_adjusted - bias, &scopes); in frame_callback() 210 for (Dwarf_Die *s = scopes; s && s < scopes + n; s++) { in frame_callback()
|
/systemd-251/src/resolve/ |
D | resolved-dns-scope.h | 64 LIST_FIELDS(DnsScope, scopes);
|
D | resolved-manager.c | 517 LIST_FOREACH(scopes, scope, m->dns_scopes) in manager_sigusr1() 1308 LIST_FOREACH(scopes, s, m->dns_scopes) in manager_verify_all() 1500 LIST_FOREACH(scopes, scope, m->dns_scopes) in manager_flush_caches()
|
D | resolved-dns-query.c | 735 LIST_FOREACH(scopes, s, q->manager->dns_scopes) { in dns_query_go() 762 LIST_FOREACH(scopes, s, first->scopes_next) { in dns_query_go()
|
D | resolved-dns-scope.c | 66 LIST_PREPEND(scopes, m->dns_scopes, s); in dns_scope_new() 121 LIST_REMOVE(scopes, s->manager->dns_scopes, s); in dns_scope_free()
|
D | resolved-bus.c | 1660 LIST_FOREACH(scopes, s, m->dns_scopes) { in bus_property_get_cache_statistics() 1754 LIST_FOREACH(scopes, s, m->dns_scopes) in bus_method_reset_statistics()
|
/systemd-251/docs/ |
D | CGROUP_DELEGATION.md | 156 them as a unit. Unlike services, scopes can only be declared and started 167 Slices expose the trunk and branches of a tree, and scopes and services are 168 attached to those branches as leaves. The idea is that scopes and services can 247 our *inner* nodes of the cgroup trees and we freely attach services and scopes 297 individually on those containers. By turning on `Delegate=` for these scopes
|
/systemd-251/ |
D | TODO | 949 options so that it is possible to move user session scopes and machines to a 1449 - maybe allow configuration of the StopTimeout for session scopes
|
D | NEWS | 4169 * The RuntimeMaxSec= setting is now supported by scopes, not just 7155 scope. Specifically, it is not supported from session scopes. We are 8655 scopes running on the system. (TasksMax= is the primary 12257 Slices and scopes have been introduced primarily in 12306 run arbitrary command lines as transient services or scopes,
|