Searched refs:firstFree (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBlockAllocator.cpp1101 int32 firstFree = -1;
1114 if (firstFree < 0) {
1115 firstFree = currentBit;
1117 if (firstFree >= 0 && firstFree < group.fFirstFree) {
1120 "%d, is %d\n", (int)groupIndex, (int)firstFree,
1149 if (firstFree >= 0 && firstFree < group.fFirstFree) {
1152 (int)groupIndex, (int)firstFree, (int)group.fFirstFree);
1193 uint64 firstFree
[all...]
/haiku/src/system/kernel/slab/
H A DMemoryManager.cpp1222 uint32 firstFree = chunkIndex; local
1223 for (; firstFree > 0; firstFree--) {
1224 Chunk* previousChunk = &metaChunk->chunks[firstFree - 1];
1228 metaChunk->firstFreeChunk = firstFree;

Completed in 29 milliseconds