Searched refs:set_new (Results 1 - 25 of 27) sorted by relevance

12

/systemd/src/test/
H A Dtest-set.c27 m = set_new(&string_hash_ops);
45 m = set_new(&string_hash_ops);
H A Dtest-prioq.c113 s = set_new(&test_hash_ops);
/systemd/src/basic/
H A Dset.h26 #define set_new(ops) internal_set_new(ops HASHMAP_DEBUG_SRC_ARGS) macro
H A Dmount-util.c340 done = set_new(&string_hash_ops);
351 todo = set_new(&string_hash_ops);
H A Dfdset.c40 return MAKE_FDSET(set_new(NULL));
H A Dlocale-util.c176 locales = set_new(&string_hash_ops);
H A Dcgroup-util.c180 s = allocated_set = set_new(NULL);
258 s = allocated_set = set_new(NULL);
309 s = set_new(NULL);
H A Dutil.c98 seen = set_new(&string_hash_ops);
/systemd/src/core/
H A Dkillall.c231 pids = set_new(NULL);
H A Dmount-setup.c234 controllers = set_new(&string_hash_ops);
H A Ddevice.c572 set = set_new(NULL);
H A Dswap.c1248 set = set_new(NULL);
H A Dload-fragment.c2531 c->syscall_filter = set_new(NULL);
2720 c->address_families = set_new(NULL);
3639 symlink_names = set_new(&string_hash_ops);
H A Dunit.c87 u->names = set_new(&string_hash_ops);
3060 pid_set = set_new(NULL);
3633 x = set_new(NULL);
/systemd/src/login/
H A Dlogind-acl.c194 nodes = set_new(&string_hash_ops);
/systemd/src/libsystemd/sd-bus/
H A Dbusctl.c362 paths = set_new(&string_hash_ops);
366 done = set_new(&string_hash_ops);
370 failed = set_new(&string_hash_ops);
890 members = set_new(&member_hash_ops);
H A Dbus-objects.c244 s = set_new(&string_hash_ops);
2268 s = set_new(&string_hash_ops);
2438 s = set_new(&string_hash_ops);
/systemd/src/locale/
H A Dlocalectl.c322 keymaps = set_new(&string_hash_ops);
/systemd/src/resolve/
H A Dresolved-link-bus.c420 ns = set_new(&dns_name_hash_ops);
H A Dresolved-link.c357 ns = set_new(&dns_name_hash_ops);
/systemd/src/coredump/
H A Dcoredumpctl.c67 set = set_new(NULL);
/systemd/src/bus-proxyd/
H A Dproxy.c248 p->owned_names = set_new(&string_hash_ops);
/systemd/src/nspawn/
H A Dnspawn-mount.c661 controllers = set_new(&string_hash_ops);
/systemd/src/journal/
H A Djournalctl.c1278 found = set_new(&string_hash_ops);
/systemd/src/tmpfiles/
H A Dtmpfiles.c242 unix_sockets = set_new(&string_hash_ops);

Completed in 102 milliseconds

12