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

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DServerDefs.h26 static const int32 kRequestPortSize = B_PAGE_SIZE; member in namespace:UserlandFS
32 using UserlandFS::kRequestPortSize;
H A DRequestThread.cpp88 fPort = new(std::nothrow) RequestPort(kRequestPortSize);
H A DUserlandFSServer.cpp119 fNotificationRequestPort = new(std::nothrow) RequestPort(kRequestPortSize);

Completed in 36 milliseconds