Searched refs:ringbuf (Results 1 – 2 of 2) sorted by relevance
337 void *ringbuf; /*The ring buffer */ member
1590 kfree (self->ringbuf); in toshoboe_close()1591 self->ringbuf = NULL; in toshoboe_close()1677 self->ringbuf = (void *) kmalloc (OBOE_RING_LEN << 1, GFP_KERNEL); in toshoboe_open()1678 if (!self->ringbuf) in toshoboe_open()1689 addr = (__u32) self->ringbuf; in toshoboe_open()1768 kfree(self->ringbuf); in toshoboe_open()