Home
last modified time | relevance | path

Searched refs:prioq_free (Results 1 – 9 of 9) sorted by relevance

/systemd-251/src/basic/
Dprioq.h14 Prioq *prioq_free(Prioq *q);
15 DEFINE_TRIVIAL_CLEANUP_FUNC(Prioq*, prioq_free);
Dprioq.c46 Prioq* prioq_free(Prioq *q) { in prioq_free() function
/systemd-251/src/libsystemd-network/
Dsd-lldp-rx.c391 prioq_free(lldp_rx->neighbor_by_expiry); in lldp_rx_free()
/systemd-251/src/libsystemd/sd-event/
Dsd-event.c316 prioq_free(d->earliest); in free_clock_data()
317 prioq_free(d->latest); in free_clock_data()
345 prioq_free(e->pending); in event_free()
346 prioq_free(e->prepare); in event_free()
347 prioq_free(e->exit); in event_free()
/systemd-251/src/journal/
Djournald-context.c645 s->client_contexts_lru = prioq_free(s->client_contexts_lru); in client_context_flush_all()
/systemd-251/src/libsystemd/sd-netlink/
Dsd-netlink.c191 prioq_free(nl->reply_callbacks_prioq); in netlink_free()
/systemd-251/src/resolve/
Dresolved-dns-cache.c167 c->by_expiry = prioq_free(c->by_expiry); in dns_cache_flush()
/systemd-251/src/core/
Dmanager.c1513 prioq_free(m->run_queue); in manager_free()
/systemd-251/src/libsystemd/sd-bus/
Dsd-bus.c211 prioq_free(b->reply_callbacks_prioq); in bus_free()