Home
last modified time | relevance | path

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

/haiku/src/tests/system/kernel/cache/
H A Dpages_io_test.cpp554 uint32 tempCount = 0; in pages_io() local
562 && tempCount < MAX_TEMP_IO_VECS;) { in pages_io()
580 tempVecs[tempCount].iov_base in pages_io()
582 tempVecs[tempCount].iov_len = tempVecSize; in pages_io()
583 tempCount++; in pages_io()
592 fileOffset, tempVecs, tempCount, &bytes, false); in pages_io()
595 fileOffset, tempVecs, tempCount, &bytes, false); in pages_io()
/haiku/src/tools/fs_shell/
H A Dvfs.cpp1814 uint32_t tempCount = 0; in common_file_io_vec_pages() local
1822 && tempCount < MAX_TEMP_IO_VECS;) { in common_file_io_vec_pages()
1840 tempVecs[tempCount].iov_base in common_file_io_vec_pages()
1842 tempVecs[tempCount].iov_len = tempVecSize; in common_file_io_vec_pages()
1843 tempCount++; in common_file_io_vec_pages()
1852 tempCount, &bytes); in common_file_io_vec_pages()
1855 tempCount, &bytes); in common_file_io_vec_pages()
/haiku/src/system/kernel/fs/
H A Dvfs.cpp3543 uint32 tempCount = 0; in common_file_io_vec_pages() local
3551 && tempCount < MAX_TEMP_IO_VECS;) { in common_file_io_vec_pages()
3569 tempVecs[tempCount].iov_base in common_file_io_vec_pages()
3571 tempVecs[tempCount].iov_len = tempVecSize; in common_file_io_vec_pages()
3572 tempCount++; in common_file_io_vec_pages()
3586 zero_iovecs(tempVecs, tempCount, bytes); in common_file_io_vec_pages()
3591 tempVecs, tempCount, &bytes); in common_file_io_vec_pages()
3594 tempVecs, tempCount, &bytes); in common_file_io_vec_pages()