Searched defs:linear_buffer (Results 1 – 3 of 3) sorted by relevance
40 struct linear_buffer { struct 47 lb_alloc(struct linear_buffer *lb, int len) in lb_alloc() argument
72 struct linear_buffer { struct76 struct linear_buffer *next; /* Buffer chaining */ argument
132 struct linear_buffer { struct133 char *base; /* Base allocated memory pointer */134 uint32_t offset; /* Currently used offset */135 uint32_t size; /* Total buffer size */