Lines Matching refs:released
291 /* The transaction was released; we're done */
455 * and try to release them. If the whole transaction is released, set
456 * the 'released' parameter. Return the number of released checkpointed
463 bool *released)
485 *released = true;
500 * and try to release them. Return the number of released checkpointed
509 bool released;
542 released = false;
545 nr_to_scan, &released);
550 if (released)
554 nr_to_scan, &released);