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

/macosx-10.10.1/xnu-2782.1.97/osfmk/mach/
H A Dvm_region.h120 #define SM_COW 1 macro
/macosx-10.10.1/top-100.1.2/
H A Dlibtop.c116 /* SM_PRIVATE, SM_SHARED, SM_PRIVATE_ALIASED, SM_COW, ... */
776 case SM_COW:
982 case SM_COW:
1696 case SM_COW: return "COW";
1787 if (info.share_mode == SM_COW && info.ref_count == 1) {
1788 // Treat single reference SM_COW as SM_PRIVATE
1806 case SM_COW:
1810 if (info.share_mode == SM_COW) {
1837 // XXX: SM_SHARED make sense here for the SM_COW case?
1855 if (info.share_mode == SM_COW) {
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dproc_info.h234 #define SM_COW 1 macro
/macosx-10.10.1/xnu-2782.1.97/osfmk/vm/
H A Dvm_map.c11170 top->share_mode = SM_COW;
11191 top->share_mode = SM_COW;
11300 extended->share_mode = SM_COW;

Completed in 198 milliseconds