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

/haiku/src/system/kernel/vm/
H A Dvm_page.cpp1083 size_t busyCounter[8]; local
1085 memset(busyCounter, 0, sizeof(busyCounter));
1109 busyCounter[pageState]++;
1142 counter[PAGE_STATE_ACTIVE], busyCounter[PAGE_STATE_ACTIVE]);
1144 counter[PAGE_STATE_INACTIVE], busyCounter[PAGE_STATE_INACTIVE]);
1146 counter[PAGE_STATE_CACHED], busyCounter[PAGE_STATE_CACHED]);
1148 counter[PAGE_STATE_UNUSED], busyCounter[PAGE_STATE_UNUSED]);
1150 counter[PAGE_STATE_WIRED], busyCounter[PAGE_STATE_WIRED]);
1152 counter[PAGE_STATE_MODIFIED], busyCounter[PAGE_STATE_MODIFIE
[all...]

Completed in 81 milliseconds