Searched refs:s_buf_bytesize (Results 1 – 2 of 2) sorted by relevance
53 static size_t s_buf_bytesize; variable323 s_buf_bytesize = opd_buf_size * kernel_pointer_size; in opd_26_init()325 sbuf = xmalloc(s_buf_bytesize); in opd_26_init()358 opd_do_read(sbuf, s_buf_bytesize); in opd_26_start()
46 static size_t s_buf_bytesize; variable336 s_buf_bytesize = sizeof(struct op_buffer_head) + opd_buf_size * sizeof(struct op_sample); in opd_24_init()338 sbuf = xmalloc(s_buf_bytesize); in opd_24_init()365 opd_do_read(sbuf, s_buf_bytesize, nbuf, n_buf_bytesize); in opd_24_start()