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

/openbsd-current/sys/sys/
H A Dpool.h204 uint64_t pr_cache_timestamp; /* time idle list was empty */ member in struct:pool
/openbsd-current/sys/kern/
H A Dsubr_pool.c1734 pp->pr_cache_timestamp = getnsecuptime();
1837 pp->pr_cache_timestamp = getnsecuptime();
2014 if (getnsecuptime() - pp->pr_cache_timestamp > POOL_WAIT_GC &&
2023 pp->pr_cache_timestamp = getnsecuptime();

Completed in 185 milliseconds