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

/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DBufferQueue.h47 bool IsContiguous() const function in class:BufferQueue
H A DTCPEndpoint.cpp1613 && fReceiveQueue.IsContiguous()
2007 if (!fReceiveQueue.IsContiguous()
2020 if (!fReceiveQueue.IsContiguous())
2169 && fReceiveQueue.IsContiguous()
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DInode.h46 bool IsContiguous() const function in class:Inode
47 { return fFileInfoEntry.file_info.IsContiguous(); }
H A Dexfat.h168 bool IsContiguous() const function in struct:exfat_entry::__anon1374::__anon1379
H A DInode.cpp133 if (!IsContiguous() || IsDirectory())
/haiku/src/tests/system/kernel/device_manager/
H A Ddma_resource_test.cpp39 bool IsContiguous() const function in class:TestSuiteContext
160 bool IsContiguous() const { return fContext.IsContiguous(); } function in class:TestSuite
314 if (fSuite.IsContiguous() || (fFlags & B_PHYSICAL_IO_REQUEST) != 0
361 if (!fSuite.IsContiguous() && source >= B_PAGE_SIZE)
375 if (!fSuite.IsContiguous() && source >= B_PAGE_SIZE) {
606 } else if (fSuite.IsContiguous() || target.address < B_PAGE_SIZE) {

Completed in 106 milliseconds