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

/xnu-2782.1.97/osfmk/vm/
H A Dvm_external.c130 bytes = stob(size);
159 bytes = stob(size);
180 bytes = stob(size);
208 bytes = stob(old_size);
227 old_bytes = stob(old_size);
236 new_bytes = stob(new_size);
H A Dvm_external.h89 #define stob(s) ((atop_64((s)) + 07) >> 3) macro
/xnu-2782.1.97/bsd/kern/
H A Dubc_subr.c3630 #define stob(s) ((atop_64((s)) + 07) >> 3) macro
3656 bitmap_size = stob(uip->ui_size);

Completed in 29 milliseconds