Home
last modified time | relevance | path

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

/kernel/object/
A Dbuffer_chain_tests.cpp36 bc = BufferChain::Alloc(BufferChain::kContig); in alloc_free_basic()
43 bc = BufferChain::Alloc(BufferChain::kContig + 1); in alloc_free_basic()
62 constexpr size_t kSize = BufferChain::kContig + 2 * BufferChain::kRawDataSize; in copy_in_copy_out()
91 size_t offset = BufferChain::kContig - 1; in copy_in_copy_out()
A Dmessage_packet.cpp28 static_assert(kContiguousBytes <= BufferChain::kContig, "");
/kernel/object/include/object/
A Dbuffer_chain.h61 constexpr static size_t kContig = kRawDataSize - kSizeOfBufferChain; variable

Completed in 7 milliseconds