Searched refs:transaction_delete_job (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/core/ |
D | transaction.c | 16 static void transaction_delete_job(Transaction *tr, Job *j, bool delete_dependencies) { in transaction_delete_job() function 34 transaction_delete_job(tr, j, true); in transaction_delete_unit() 43 transaction_delete_job(tr, j, false); in transaction_abort() 123 transaction_delete_job(tr, other, true); in transaction_merge_and_delete_job() 208 transaction_delete_job(tr, d, true); in delete_one_unmergeable_job() 303 transaction_delete_job(tr, j, false); in transaction_drop_redundant() 516 transaction_delete_job(tr, j, true); in transaction_collect_garbage() 601 transaction_delete_job(tr, j, true); in transaction_minimize_impact() 866 transaction_delete_job(tr, other, delete_dependencies); in transaction_unlink_job()
|