Searched refs:vec_buf_index (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/proc/
H A Dtask_mmu.c1772 unsigned long vec_buf_len, vec_buf_index, found_pages; member in struct:pagemap_scan_private
1957 struct page_region *cur_buf = &p->vec_buf[p->vec_buf_index];
2038 struct page_region *cur_buf = &p->vec_buf[p->vec_buf_index];
2051 if (p->vec_buf_index >= p->vec_buf_len - 1)
2054 cur_buf = &p->vec_buf[++p->vec_buf_index];
2408 long n = p->vec_buf_index;
2425 p->vec_buf_index = 0;

Completed in 389 milliseconds