Home
last modified time | relevance | path

Searched refs:batch_pfns (Results 1 – 2 of 2) sorted by relevance

/xen/tools/libxc/
A Dxc_sr_save.c130 ctx->save.batch_pfns[i]); in write_batch()
135 set_bit(ctx->save.batch_pfns[i], ctx->save.deferred_pages); in write_batch()
185 ctx->save.batch_pfns[i], mfns[p], errors[p]); in write_batch()
199 set_bit(ctx->save.batch_pfns[i], ctx->save.deferred_pages); in write_batch()
230 rec_pfns[i] = ((uint64_t)(types[i]) << 32) | ctx->save.batch_pfns[i]; in write_batch()
300 VALGRIND_MAKE_MEM_UNDEFINED(ctx->save.batch_pfns, in flush_batch()
302 sizeof(*ctx->save.batch_pfns)); in flush_batch()
319 ctx->save.batch_pfns[ctx->save.nr_batch_pfns++] = pfn; in add_to_batch()
810 ctx->save.batch_pfns = malloc(MAX_BATCH_SIZE * in setup()
811 sizeof(*ctx->save.batch_pfns)); in setup()
[all …]
A Dxc_sr_common.h245 xen_pfn_t *batch_pfns; member

Completed in 5 milliseconds