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

/darwin-on-arm/xnu/bsd/vm/
H A Dvnode_pager.h123 short vs_count; /* use count */ member in struct:vstruct
/darwin-on-arm/xnu/osfmk/default_pager/
H A Ddp_backing_store.c703 int vs_count; local
726 vs_count = vstruct_list.vsl_count;
734 if ((vs_count != 0) && (vs != NULL))
743 while((vs_count != 0) && (vs != NULL)) {
809 (vs != next_vs) && (vs_count != 1)) {
831 vs_count--;

Completed in 78 milliseconds