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

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_resident.c130 int cur_count; /* current count */ member in struct:__anon969
539 bucket->cur_count = 0;
942 if (++bucket->cur_count > bucket->hi_count)
943 bucket->hi_count = bucket->cur_count;
1145 bucket->cur_count--;

Completed in 17 milliseconds