Home
last modified time | relevance | path

Searched defs:compare_func (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/basic/
Dhash-funcs.h18 #define _DEFINE_HASH_OPS(uq, name, type, hash_func, compare_func, free_key_func, free_value_func, s… argument
35 #define _DEFINE_HASH_OPS_WITH_KEY_DESTRUCTOR(uq, name, type, hash_func, compare_func, free_func, sc… argument
40 #define _DEFINE_HASH_OPS_WITH_VALUE_DESTRUCTOR(uq, name, type, hash_func, compare_func, type_value,… argument
45 #define _DEFINE_HASH_OPS_FULL(uq, name, type, hash_func, compare_func, free_key_func, type_value, f… argument
52 #define DEFINE_HASH_OPS(name, type, hash_func, compare_func) \ argument
55 #define DEFINE_PRIVATE_HASH_OPS(name, type, hash_func, compare_func) \ argument
58 #define DEFINE_HASH_OPS_WITH_KEY_DESTRUCTOR(name, type, hash_func, compare_func, free_func) \ argument
61 #define DEFINE_PRIVATE_HASH_OPS_WITH_KEY_DESTRUCTOR(name, type, hash_func, compare_func, free_func)… argument
64 #define DEFINE_HASH_OPS_WITH_VALUE_DESTRUCTOR(name, type, hash_func, compare_func, value_type, free… argument
67 #define DEFINE_PRIVATE_HASH_OPS_WITH_VALUE_DESTRUCTOR(name, type, hash_func, compare_func, value_ty… argument
[all …]
Dprioq.c26 compare_func_t compare_func; member
32 Prioq *prioq_new(compare_func_t compare_func) { in prioq_new()
54 int prioq_ensure_allocated(Prioq **q, compare_func_t compare_func) { in prioq_ensure_allocated()
176 int prioq_ensure_put(Prioq **q, compare_func_t compare_func, void *data, unsigned *idx) { in prioq_ensure_put()
/systemd-251/src/network/
Dnetworkd-queue.c112 compare_func_t compare_func, in request_new()
186 compare_func_t compare_func, in link_queue_request_full()
Dnetworkd-queue.h70 compare_func_t compare_func; member
118 #define link_queue_request_safe(link, type, userdata, free_func, hash_func, compare_func, process, … argument
/systemd-251/src/oom/
Doomd-util.c145 int oomd_sort_cgroup_contexts(Hashmap *h, oomd_compare_t compare_func, const char *prefix, OomdCGro… in oomd_sort_cgroup_contexts()