Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/
A Dtrace.c109 static int calculate_tbuf_size(unsigned int pages, uint16_t t_info_first_offset) in calculate_tbuf_size() argument
135 max_mfn_offset -= t_info_first_offset; in calculate_tbuf_size()
154 t_info_words = num_online_cpus() * pages + t_info_first_offset; in calculate_tbuf_size()
177 uint16_t t_info_first_offset; in alloc_trace_bufs() local
187 t_info_first_offset = calc_tinfo_first_offset(); in alloc_trace_bufs()
189 pages = calculate_tbuf_size(pages, t_info_first_offset); in alloc_trace_bufs()
207 offset = t_info_first_offset + (cpu * pages); in alloc_trace_bufs()

Completed in 13 milliseconds