Home | History | Annotate | Download | only in src

Lines Matching refs:alloc

30 int block_allocation_num_regions(struct block_allocation *alloc);
31 int block_allocation_len(struct block_allocation *alloc);
34 void reduce_allocation(struct block_allocation *alloc, u32 len);
35 u32 get_block(struct block_allocation *alloc, u32 block);
36 u32 get_oob_block(struct block_allocation *alloc, u32 block);
37 void get_next_region(struct block_allocation *alloc);
38 void get_region(struct block_allocation *alloc, u32 *block, u32 *len);
47 void free_alloc(struct block_allocation *alloc);
48 int reserve_oob_blocks(struct block_allocation *alloc, int blocks);
49 int advance_blocks(struct block_allocation *alloc, int blocks);
50 int advance_oob_blocks(struct block_allocation *alloc, int blocks);
51 int last_region(struct block_allocation *alloc);
52 void rewind_alloc(struct block_allocation *alloc);
53 void append_region(struct block_allocation *alloc,
56 int append_oob_allocation(struct block_allocation *alloc, u32 len);