Home
last modified time | relevance | path

Searched refs:tbuf_data_size (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/common/xen/dtrace/
H A Dxdt.c314 static size_t tbuf_data_size; variable
653 tbuf_data_size = tbuf.size - sizeof (struct t_buf); in xdt_attach_trace_buffers()
655 xdt_max_recs = (xdt_ncpus * tbuf_data_size) in xdt_attach_trace_buffers()
1758 offset = cons % tbuf_data_size; in xdt_get_first_rec()
1813 if (cons >= 2 * tbuf_data_size) in xdt_tbuf_scan()
1814 cons -= 2 * tbuf_data_size; in xdt_tbuf_scan()