Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/vm/
H A Das.h124 timespec_t a_updatetime; /* time when mappings last changed */ member
H A Dvm_as.c428 gethrestime(&as->a_updatetime); in as_addseg()
510 gethrestime(&as->a_updatetime); in as_removeseg()
662 gethrestime(&as->a_updatetime); in as_alloc()
1395 gethrestime(&as->a_updatetime); in as_unmap()
1776 gethrestime(&as->a_updatetime); in as_map_locked()
/titanic_41/usr/src/uts/common/fs/proc/
H A Dprvnops.c3020 vap->va_mtime = as->a_updatetime; in prgetattr()