Synopsis
int libmem_driver_paged_write_flush(libmem_driver_handle_t *h,
                                    libmem_driver_paged_write_ctrlblk_t *paged_write_ctrlblk);
Description

libmem_driver_paged_write_flush is a driver helper function that implements a paged write flush operation.

h — A pointer to the handle of the LIBMEM driver.

paged_write_ctrlblk — A pointer to the paged write control block.

libmem_driver_paged_write_flush returns — The LIBMEM status result.