Searched refs:COW_FAULT (Results 1 – 1 of 1) sorted by relevance
112 #define COW_FAULT 2 /* instructs routine to simulate copy-on-write fault */ macro318 map_type = (fault_type == COW_FAULT) ? MAP_PRIVATE : MAP_SHARED; in map_and_thread()483 return map_and_thread("./tmp.file.3", thread_fault, COW_FAULT, NUMTHREAD); in test3()501 return map_and_thread("/dev/zero", thread_fault, COW_FAULT, NUMTHREAD); in test4()