Searched refs:fCount (Results 126 - 131 of 131) sorted by path

123456

/haiku/src/system/kernel/cache/
H A Dfile_map.cpp81 size_t Count() const { return fCount; }
101 size_t fCount; member in class:FileMap
117 fCount(0),
146 if (index >= fCount)
149 if (fCount > CACHED_FILE_EXTENTS)
160 int32 right = fCount - 1;
190 if (fCount > CACHED_FILE_EXTENTS) {
200 if (fCount > CACHED_FILE_EXTENTS) {
219 if (fCount > 0 && fCount <
[all...]
/haiku/src/system/kernel/events/
H A Dwait_for_objects.cpp95 fCount(count)
138 for (int i = 0; i < fCount; i++) {
157 int fCount; member in class:WaitForObjectsTracing::SelectTraceEntry
213 fCount(0)
218 fCount++;
222 if (fCount == 0)
225 fEntries = (FDEntry*)alloc_tracing_buffer(fCount * sizeof(FDEntry));
227 for (int i = 0; i < fCount; fds++) {
259 for (int i = 0; i < fCount; i++) {
288 int fCount; member in class:WaitForObjectsTracing::PollTraceEntry
[all...]
/haiku/src/system/kernel/fs/
H A Dvfs.cpp610 fCount(count),
628 for (uint32 i = 0; i < fCount; i++) {
648 uint32 fCount; member in class:VFSPagesIOTracing::PagesIOTraceEntry
/haiku/src/system/kernel/slab/
H A DSlab.cpp220 fCount(count),
229 "flags: 0x%" B_PRIx32, fCache, fCount, fFlags);
233 uint32 fCount; member in class:SlabObjectCacheTracing::Reserve
/haiku/src/system/kernel/vm/
H A DVMAddressSpaceLocking.cpp332 fCount(0),
358 if (fCount == fCapacity) {
375 for (int32 i = 0; i < fCount; i++) {
398 lock_item& item = fItems[fCount++];
421 for (int32 i = 0; i < fCount; i++)
424 fCount = 0;
433 qsort(fItems, fCount, sizeof(lock_item), &_CompareItems);
435 for (int32 i = 0; i < fCount; i++) {
464 for (int32 i = 0; i < fCount; i++) {
486 int originalCount = fCount;
[all...]
H A Dvm_page.cpp268 fCount(count)
275 out.Print("page reserve: %" B_PRIu32, fCount);
279 uint32 fCount; member in class:PageAllocationTracing::ReservePages
287 fCount(count)
294 out.Print("page unreserve: %" B_PRId32, fCount);
298 uint32 fCount; member in class:PageAllocationTracing::UnreservePages
372 fCount(count)
379 out.Print("page scrubbing: %" B_PRId32, fCount);
383 uint32 fCount; member in class:PageAllocationTracing::ScrubbingPages
391 fCount(coun
402 uint32 fCount; member in class:PageAllocationTracing::ScrubbedPages
[all...]

Completed in 112 milliseconds

123456