Searched refs:dirty_bmap (Results 1 – 7 of 7) sorted by relevance
46 window->dirty_bmap = NULL; in init_window_state()134 free(context->windows.window[i].dirty_bmap); in free_windows()345 free(cur->dirty_bmap); in alloc_window_dirty_bytemap()347 cur->dirty_bmap = calloc((cur->size >> in alloc_window_dirty_bytemap()349 sizeof(*cur->dirty_bmap)); in alloc_window_dirty_bytemap()375 memset(cur->dirty_bmap + offset, val, size); in set_window_bytemap()417 if (window->dirty_bmap) { /* Might not have been allocated */ in reset_window()
110 uint8_t *dirty_bmap; /* Bytemap of the dirty/erased state */ member
574 uint8_t cur = context->current->dirty_bmap[i]; in mbox_handle_flush_window()
49 window->dirty_bmap = NULL; in init_window_state()137 free(context->windows.window[i].dirty_bmap); in windows_free()350 free(cur->dirty_bmap); in windows_alloc_dirty_bytemap()352 cur->dirty_bmap = calloc((context->windows.default_size >> in windows_alloc_dirty_bytemap()354 sizeof(*cur->dirty_bmap)); in windows_alloc_dirty_bytemap()380 memset(cur->dirty_bmap + offset, val, size); in window_set_bytemap()416 if (window->dirty_bmap) { /* Might not have been allocated */ in window_reset()
25 uint8_t *dirty_bmap; /* Bytemap of the dirty/erased state */ member
393 uint8_t cur = context->current->dirty_bmap[i]; in generic_flush()
31 unsigned long *dirty_bmap; member