Searched refs:canWait (Results 1 - 10 of 10) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/bfs/
H A DJournal.h52 status_t _FlushLog(bool canWait, bool flushBlocks);
H A DJournal.cpp930 Journal::_FlushLog(bool canWait, bool flushBlocks) argument
932 status_t status = canWait ? recursive_lock_lock(&fLock)
/haiku/src/system/kernel/arch/x86/paging/
H A Dx86_physical_page_mapper_large_memory.cpp157 status_t GetSlot(bool canWait,
702 LargeMemoryPhysicalPageMapper::GetSlot(bool canWait, PhysicalPageSlot*& slot) argument
708 if (!canWait)
/haiku/src/system/kernel/arch/m68k/paging/
H A Dm68k_physical_page_mapper_large_memory.cpp164 status_t GetSlot(bool canWait,
705 LargeMemoryPhysicalPageMapper::GetSlot(bool canWait, PhysicalPageSlot*& slot) argument
711 if (!canWait)
/haiku/src/system/kernel/arch/arm/paging/
H A Darm_physical_page_mapper_large_memory.cpp159 status_t GetSlot(bool canWait,
707 LargeMemoryPhysicalPageMapper::GetSlot(bool canWait, PhysicalPageSlot*& slot) argument
713 if (!canWait)
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DJournal.h316 status_t _FlushLog(bool canWait, bool flushBlocks);
H A DJournal.cpp1167 Journal::_FlushLog(bool canWait, bool flushBlocks) argument
1170 status_t status = canWait ? recursive_lock_lock(&fLock)
/haiku/headers/private/kernel/
H A Dvfs.h86 status_t vfs_get_vnode(dev_t mountID, ino_t vnodeID, bool canWait,
/haiku/src/system/kernel/
H A Dsignal.cpp2066 bool canWait = (flags & B_RELATIVE_TIMEOUT) == 0 || timeout > 0; local
2105 if (!canWait)
/haiku/src/system/kernel/fs/
H A Dvfs.cpp1146 get_vnode(dev_t mountID, ino_t vnodeID, struct vnode** _vnode, bool canWait, argument
1166 if (!canWait) {
4202 vfs_get_vnode(dev_t mountID, ino_t vnodeID, bool canWait, struct vnode** _vnode) argument
4206 status_t status = get_vnode(mountID, vnodeID, &vnode, canWait, false);

Completed in 89 milliseconds