Searched refs:transaction (Results 1 - 5 of 5) sorted by relevance

/systemd/src/resolve/
H A Dresolved-dns-stream.h27 #include "resolved-dns-transaction.h"
53 DnsTransaction *transaction; member in struct:DnsStream
H A Dresolved-dns-transaction.c29 #include "resolved-dns-transaction.h"
81 log_debug("Freeing transaction %" PRIu16 ".", t->id);
143 /* Find a fresh, unused transaction id. Note that this loop is bounded because there's a limit on the number of
227 /* Pick a new ID for this transaction. */
305 * should hence not attempt to access the query or transaction
329 * transaction isn't freed while we are still looking at it */
347 * first unlock that specific transaction. */
396 log_debug("Retrying transaction %" PRIu16 ".", t->id);
419 restart the whole transaction. This is a good idea to deal with servers that respond rubbish if we include
423 log_debug("Server feature level is now lower than when we began our transaction
[all...]
/systemd/src/libsystemd/sd-bus/
H A Dtest-bus-benchmark.c80 static void transaction(sd_bus *b, size_t sz, const char *server_name) { function
133 transaction(b, csize, server_name);
143 transaction(b, csize, server_name);
215 transaction(b, csize, server_name);
227 transaction(b, csize, server_name);
/systemd/src/core/
H A Dtransaction.c27 #include "transaction.h"
36 /* Deletes one job from the transaction */
47 * transaction */
165 * transaction work. */
169 LIST_FOREACH(transaction, j, j)
170 LIST_FOREACH(transaction, k, j->transaction_next) {
249 LIST_FOREACH(transaction, k, j->transaction_next) {
279 /* Merge all transaction jobs for j->unit */
280 LIST_FOREACH(transaction, k, j->transaction_next)
302 /* Goes through the transaction an
[all...]
H A Djob.h52 /* JOB_NOP can enter into a transaction, but as it won't pull in
56 * job_type_is_*() functions so that the transaction can be
62 /* JOB_TRY_RESTART can never appear in a transaction, because
70 /* JOB_RELOAD_OR_START won't enter into a transaction and cannot result
71 * from transaction merging (there's no way for JOB_RELOAD and
72 * JOB_START to meet in one transaction). It can result from a merge
118 * some way. This structure is used only while building a transaction. */
133 LIST_FIELDS(Job, transaction);

Completed in 349 milliseconds