Symbol: fUsed
headers/private/fs_shell/Stack.h
22
fUsed(0),
headers/private/fs_shell/Stack.h
34
return fUsed == 0;
headers/private/fs_shell/Stack.h
40
fUsed = 0;
headers/private/fs_shell/Stack.h
45
if (fUsed >= fMax) {
headers/private/fs_shell/Stack.h
53
fArray[fUsed++] = value;
headers/private/fs_shell/Stack.h
59
if (fUsed == 0)
headers/private/fs_shell/Stack.h
62
*value = fArray[--fUsed];
headers/private/fs_shell/Stack.h
73
return fUsed;
headers/private/fs_shell/Stack.h
78
int32_t fUsed;
headers/private/media/TStack.h
16
fUsed(0),
headers/private/media/TStack.h
29
if (fUsed >= fMax) {
headers/private/media/TStack.h
37
fArray[fUsed++] = value;
headers/private/media/TStack.h
43
if (fUsed == 0)
headers/private/media/TStack.h
46
*value = fArray[--fUsed];
headers/private/media/TStack.h
52
return fUsed;
headers/private/media/TStack.h
57
int32 fUsed;
headers/private/util/Stack.h
21
fUsed(0),
headers/private/util/Stack.h
33
return fUsed == 0;
headers/private/util/Stack.h
39
fUsed = 0;
headers/private/util/Stack.h
44
if (fUsed >= fMax) {
headers/private/util/Stack.h
52
fArray[fUsed++] = value;
headers/private/util/Stack.h
58
if (fUsed == 0)
headers/private/util/Stack.h
61
*value = fArray[--fUsed];
headers/private/util/Stack.h
72
return fUsed;
headers/private/util/Stack.h
77
int32 fUsed;
src/add-ons/kernel/busses/virtio/virtio_mmio/VirtioDevice.cpp
203
if (fUsed->idx == fLastUsed)
src/add-ons/kernel/busses/virtio/virtio_mmio/VirtioDevice.cpp
206
int32_t desc = fUsed->ring[fLastUsed & (fQueueLen - 1)].id;
src/add-ons/kernel/busses/virtio/virtio_mmio/VirtioDevice.cpp
213
*_usedLength = fUsed->ring[fLastUsed & (fQueueLen - 1)].len;
src/add-ons/kernel/busses/virtio/virtio_mmio/VirtioDevice.cpp
261
if (queue->fUsed->idx != queue->fLastUsed
src/add-ons/kernel/busses/virtio/virtio_mmio/VirtioDevice.cpp
91
fUsed = (VirtioUsed*) (queueMem + usedOffset);
src/add-ons/kernel/busses/virtio/virtio_mmio/VirtioDevice.cpp
96
phys_addr_t usedPhys = (addr_t)fUsed - (addr_t)queueMem + pe.address;
src/add-ons/kernel/busses/virtio/virtio_mmio/VirtioDevice.h
40
volatile VirtioUsed *fUsed;
src/add-ons/kernel/busses/virtio/virtio_mmio/virtio_mmio.cpp
615
return queue->fUsed->idx == queue->fLastUsed;
src/add-ons/kernel/file_systems/bfs/Journal.cpp
1242
kprintf(" used: %" B_PRIu32 "\n", fUsed);
src/add-ons/kernel/file_systems/bfs/Journal.cpp
407
fUsed(0),
src/add-ons/kernel/file_systems/bfs/Journal.cpp
674
journal->fUsed -= logEntry->Length();
src/add-ons/kernel/file_systems/bfs/Journal.cpp
901
fUsed += logEntry->Length();
src/add-ons/kernel/file_systems/bfs/Journal.h
76
uint32 fUsed;
src/apps/drivesetup/DiskView.cpp
177
BRect used(b.LeftTop(), BSize(b.Width() / (100.0 / fUsed), b.Height()));
src/apps/drivesetup/DiskView.cpp
307
float fUsed;
src/apps/drivesetup/DiskView.cpp
91
fUsed = 100.0 / ((float)volume.Capacity()
src/apps/drivesetup/DiskView.cpp
93
if (fUsed < 0)
src/apps/drivesetup/DiskView.cpp
94
fUsed = 100.0;
src/bin/bfs_tools/lib/Stack.h
21
fUsed(0),
src/bin/bfs_tools/lib/Stack.h
34
if (fUsed >= fMax)
src/bin/bfs_tools/lib/Stack.h
41
fArray[fUsed++] = value;
src/bin/bfs_tools/lib/Stack.h
47
if (fUsed == 0)
src/bin/bfs_tools/lib/Stack.h
50
*value = fArray[--fUsed];
src/bin/bfs_tools/lib/Stack.h
56
int32 fUsed;
src/servers/app/RegionPool.cpp
100
fUsed.RemoveItem(region);
src/servers/app/RegionPool.cpp
34
if (fUsed.CountItems() > 0)
src/servers/app/RegionPool.cpp
57
fUsed.AddItem(region);
src/servers/app/RegionPool.cpp
81
fUsed.AddItem(region);
src/servers/app/RegionPool.h
30
BList fUsed;
src/system/boot/platform/riscv/virtio.cpp
110
fUsed = (VirtioUsed*)aligned_malloc(sizeof(VirtioUsed)
src/system/boot/platform/riscv/virtio.cpp
112
memset(fUsed, 0, sizeof(VirtioUsed) + sizeof(VirtioUsedItem) * fQueueLen);
src/system/boot/platform/riscv/virtio.cpp
122
fRegs->queueUsedLow = (uint32_t)(uint64_t)fUsed;
src/system/boot/platform/riscv/virtio.cpp
123
fRegs->queueUsedHi = (uint32_t)((uint64_t)fUsed >> 32);
src/system/boot/platform/riscv/virtio.cpp
187
if (fUsed->idx == fLastUsed)
src/system/boot/platform/riscv/virtio.cpp
193
int32 desc = fUsed->ring[fLastUsed % fQueueLen].id;
src/system/boot/platform/riscv/virtio.cpp
208
while (fUsed->idx == fLastUsed) {}
src/system/boot/platform/riscv/virtio.h
50
VirtioUsed* volatile fUsed;
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
163
fUsed += allocate;
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
192
fUsed += allocate;
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
206
if (size > fUsed)
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
208
fUsed -= size;
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
288
fUsed += amount;
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
326
size_t freeLimit = ((fUsed * kFreePercentage) / 100);
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
547
size_t fUsed;
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
56
fUsed = fFree = 0;
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
93
fUsed += allocate;