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

/osnet-11/usr/src/lib/libumem/common/
H A Dumem_update_thread.c55 (void) gettimeofday(&umem_update_next, NULL);
56 umem_update_next.tv_sec += umem_reap_interval;
78 if (now.tv_sec > umem_update_next.tv_sec ||
79 (now.tv_sec == umem_update_next.tv_sec &&
80 now.tv_usec >= umem_update_next.tv_usec)) {
106 abs_time.tv_sec = umem_update_next.tv_sec;
107 abs_time.tv_nsec = umem_update_next.tv_usec * 1000;
H A Dumem_base.h70 extern struct timeval umem_update_next;
H A Dumem.c519 struct timeval umem_update_next; /* timeofday of next update */ variable in typeref:struct:timeval
3211 (void) gettimeofday(&umem_update_next, NULL);

Completed in 241 milliseconds