Home
last modified time | relevance | path

Searched refs:page_linger_time (Results 1 – 1 of 1) sorted by relevance

/xnu-10002.1.13/tools/tests/TLBcoherency/
H A DTLBcoherency.c84 uint64_t page_linger_time = PAGE_LINGER_TIME; variable
220 if ((role != OBSERVER) && ((mach_absolute_time() - parray[i].tctime) > page_linger_time)) { in tlbexerciser()
259 page_linger_time = strtoull(optarg, NULL, 0); in main()
292 …ddrs: %u, stop_on_failure: %u, dosyscall: %u, mappingsize: 0x%x\n", page_linger_time, nthreads, ar… in main()