Searched refs:uint64_hash_ops (Results 1 - 7 of 7) sorted by relevance

/systemd/src/basic/
H A Dhash-funcs.h50 extern const struct hash_ops uint64_hash_ops;
64 #define devt_hash_ops uint64_hash_ops
H A Dhash-funcs.c60 const struct hash_ops uint64_hash_ops = { variable in typeref:struct:hash_ops
/systemd/src/journal-remote/
H A Djournal-remote.c733 r = hashmap_ensure_allocated(&s->daemons, &uint64_hash_ops);
/systemd/src/libsystemd/sd-netlink/
H A Dsd-netlink.c532 r = hashmap_ensure_allocated(&nl->reply_callbacks, &uint64_hash_ops);
/systemd/src/libsystemd/sd-event/
H A Dsd-event.c653 r = hashmap_ensure_allocated(&e->signal_data, &uint64_hash_ops);
/systemd/src/journal/
H A Djournal-file.c2767 f->chain_cache = ordered_hashmap_new(&uint64_hash_ops);
/systemd/src/libsystemd/sd-bus/
H A Dsd-bus.c1903 r = ordered_hashmap_ensure_allocated(&bus->reply_callbacks, &uint64_hash_ops);

Completed in 3451 milliseconds