Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/platforms/pseries/
Ddtl.c37 int buf_entries; member
106 dtlr->buf_end = dtl->buf + dtl->buf_entries; in dtl_start()
216 dtl->buf_entries = n_entries; in dtl_enable()
236 dtl->buf_entries = 0; in dtl_disable()
285 if (last_idx + dtl->buf_entries <= cur_idx) in dtl_file_read()
286 last_idx = cur_idx - dtl->buf_entries + 1; in dtl_file_read()
299 i = last_idx % dtl->buf_entries; in dtl_file_read()
302 if (i + n_req > dtl->buf_entries) { in dtl_file_read()
303 read_size = dtl->buf_entries - i; in dtl_file_read()