Searched refs:BLOCK_ALLOCATED (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/nand/
H A Dnandsim_swap.h41 #define BLOCK_ALLOCATED 0x1 macro
H A Dnandsim_swap.c335 if (blk_state->status & BLOCK_ALLOCATED) {
361 old_blk_state->status &= ~BLOCK_ALLOCATED;
368 if (!(blk_state->status & BLOCK_ALLOCATED)) {
373 blk_state->status |= BLOCK_ALLOCATED;

Completed in 149 milliseconds