Searched defs:linear_buffer (Results 1 – 3 of 3) sorted by relevance
40 struct linear_buffer { struct47 lb_alloc(struct linear_buffer *lb, int len) in lb_alloc() argument
73 struct linear_buffer { struct77 struct linear_buffer *next; /* Buffer chaining */ argument
134 struct linear_buffer { struct135 char *base; /* Base allocated memory pointer */136 uint32_t offset; /* Currently used offset */137 uint32_t size; /* Total buffer size */