Searched refs:tempCount (Results 1 – 3 of 3) sorted by relevance
/haiku/src/tests/system/kernel/cache/ |
H A D | pages_io_test.cpp | 554 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 D | vfs.cpp | 1814 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 D | vfs.cpp | 3543 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()
|